Encyclopedia > Pwd

  Article Content

Pwd

The pwd command (print working directory) is used to print the name of current working directory. It is found in the Unix family of operating systems and other flavors as well. The DOS equivalent is "cd" with no arguments.

It is a command which is sometimes included built into certain shells such as sh, and bash. It can be implemented easily with the POSIX C functions getcwd() and/or getwd().



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
North Haven, New York

... for females. The per capita income for the village is $38,865. 1.8% of the population and 0.5% of families are below the poverty line. Out of the total people ...

 
 
 
This page was created in 30.1 ms