home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / nShell / bin / man / man.rsrc / TEXT_16050_man cd general.txt < prev    next >
Encoding:
Text File  |  1994-09-24  |  560 b   |  18 lines

  1.  
  2. NAME
  3.  
  4. cd - change working directory
  5.  
  6. SYNOPSIS
  7.  
  8. cd "this:is:my new:path"
  9.  
  10. DESCRIPTION
  11.  
  12. The "cd" command allows the user to specify a new working directory.  The working directory is held in the $PWD shell variable.  If a partial pathname is given, a full path is generated using the existing $PWD variable.  If no pathname is given, the user is returned to the $HOME directory.
  13.  
  14. Pathnames consist of volume and directory names separated by ':' characters.  Pathnames may be "quoted", and must be when a volume or directory name contains a space.
  15.  
  16. SEE ALSO
  17.  
  18. pwd