Linux Commands Examples
pwd
pwd
- print name of current/working directory.
Print the full filename of the current working directory.
pwd
Use PWD from environment, even if it contains symlinks:
pwd -L
Avoid all symlinks:
pwd -P
Newer Post
Older Post
Home