pwd ( fr )

Dernière modification : 2013/01/26 19:17

pwd stands for print working directory.
msh> pwd
C:\Temp
It is also possible to store this current working directory into a variable:
msh> A = pwd() ;
msh> print $A
C:\Temp