noun
directory stack
Computing term: a data structure that stores directories in a last-in-first-out manner, used for navigation in command-line interfaces.
シェルでディレクトリスタックを操作するには、pushdとpopdを使います。
To manipulate the directory stack in the shell, use pushd and popd.