NAME

pushd - Push a directory onto the directory stack

SYNOPSIS

pushd dir

DESCRIPTION

This command pushes the current directory onto the directory stack and cd's to the given dir. See the dirs command for an explanation of the directory stack.

SEE ALSO

popd, dirs, topd