NAME
cd - change the current working directory

SYNOPSIS
cd [DIRECTORY]

DESCRIPTION
Change the current directory to DIRECTORY. The variable HOME is the default DIRECTORY.

EXAMPLES
cd foo

SEE ALSO
pwd
ls
  • No labels