Sunday, March 1, 2015

pwd - Python Tutorial

pwdpwd – Print Working Directory is a terminal command that will output the path to the current directory that you are working in.  This command is useful when you need to know the path to the current directory.


PWD Example


Thomass-MBP:~ Tommy$ cd desktop
Thomass-MBP:desktop Tommy$ pwd
/Users/Tommy/desktop


pwd

No comments:

Post a Comment