ディレクトリスタックじ字FuriganaMeanings1noundirectory stackcomputing›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.