Answers for "bash pwd command"

5

pwd linux

pwd stands for Print Working Directory. 
It prints the path of the working directory, starting from the root.
Example after typing pwd:
/home/omar/Desktop/OSLab
Posted by: Guest on June-22-2021
0

pwd in command prompt

(echo @echo off
echo echo ^%cd^%) > C:WINDOWSpwd.bat
Posted by: Guest on May-30-2021

Browse Popular Code Answers by Language