Basic Linux Commands
Command to check present working directory?
pwd
The above command is used to check the present working directory in Linux.
-L, --logical use PWD from the environment, even if it contains symlinks
-P, --physical avoid all symlinks
--help display this...
madhup.hashnode.dev1 min read