Navigation using puspd, popd and dirs in Linux Console

Sometimes working in console, we have to switch between mulitple folders again and again. if we are restricted to one console than this can be tricky to type full pathnames.

so how to navigate?

pushd : Adds a directory to the top of the directory stack.

popd : remove entries from the top of the directory stack.

dirs : used to display the directory stack
Newer Posts Older Posts Home