Have you ever wondered how to get the path of the working directory?. To do that you can use the command: PWD . This simple order gives you precisely that, the working directory, for instance:
pwd > returns /home/user/dir
As always use the man command to get more info about the inner details of this easy but useful tool.
Deja una respuesta