dirs dirs -c
dirs prints the current directory stack, as created by the <a href=”#pushd”>``pushd``</a> command.
dirs
With “-c”, it clears the directory stack instead.
dirs does not accept any parameters.