home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


pwd

pwd

Print the full pathname of the current directory. (Command name stands for "print working directory.") Note: the built-in versions, pwd (Bourne and Korn shells) and dirs (C shell), are faster, so you might want to define the following C shell alias:

alias pwd dirs -l


Previous: Reference: ps UNIX in a Nutshell: System V Edition Next: Reference: rcp
Reference: ps Book Index Reference: rcp

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System