Answers for "pwd command use"

6

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:\WINDOWS\pwd.bat
Posted by: Guest on May-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language