Go to the first, previous, next, last section, table of contents.


cd

The cd command changes the working directory.

Syntax:

       cd "<directory-name>"

The directory name must be enclosed in quotes.

Examples:

       cd 'subdir'
       cd ".."


Go to the first, previous, next, last section, table of contents.