Use pushd and popd for Efficient Filesystem Navigation.md 432 B


Title: Use pushd and popd for Efficient Filesystem Navigation Date: 2017-05-26 21:34:48 Categories: [cli] Tags: [push, popd]

Authors: sedlav

This tutorial will explain a related set of commands: “pushd” and “popd” which are used for efficient navigation of the Linux directory structure. They exist in most shells such as bash, tcsh etc.

Link