in Linux by
What is the pwd command?

1 Answer

0 votes
by
The pwd command is short for print working directory command.

Example:

pwd

Output:

/home/guru99/myDir
...