Posted under » Linux on 28 September 2015
Sometimes navigating using the command line can be a pain because you have type in the directory names when you CD
To remember the directory, you do either
$ pushd $ pushd /etc/apache2/sites-available
Then when you are in another directory, you can back to that directory by
$ popd
You are now CD to that directory you have pushd