INCLAN: cd, chdir: Difference between revisions
Jump to navigation
Jump to search
(Created page with '== Synopsis == '''cd''' ''directory'' '''chdir''' ''directory'' == Description == Changes the current working directory to the given directory, which can be specified by an a…') |
(No difference)
|
Latest revision as of 15:31, 13 August 2009
Synopsis
cd directory
chdir directory
Description
Changes the current working directory to the given directory, which can be specified by an absolute or a relative path.