dirs [ -l ]
dirs
-l
Print the directory stack, showing the current directory first; use -l to expand the home directory symbol ( ~ ) to the actual directory name. See also popd and pushd .
~