$ cd --man
NAME
cd - change working directory
SYNOPSIS
cd [ options ] [directory]
cd [ options ] old new
DESCRIPTION
cd changes the current working directory of the current shell environment.
In the first form with one operand, if directory begins with /, or if the
first component is . or .., the directory will be changed to this directory.
...