This content originally appeared on DEV Community and was authored by Anish Kumar
1.pwd: This command stands for Print Working Directory. As the name suggests it helps us know the current/working directory.
Syntax: pwd
1 a.pwd -P: Stands for pwd physical. It returns the current physical directory ignoring all the symbolic links in the path.
Syntax: pwd -P
1 b.pwd -L: Stands for pwd logical. It returns the current logical directory completely preserving the symbolic links in the path.
Syntax: pwd -L
This content originally appeared on DEV Community and was authored by Anish Kumar
Anish Kumar | Sciencx (2024-10-30T15:08:46+00:00) One day One Command(CLI). Retrieved from https://www.scien.cx/2024/10/30/one-day-one-commandcli/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.