Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ls // a b c
所以,使用pushd,我想将'b'添加到目录堆栈索引,但不进入目录b,有没有简单的方法可以做到这一点?
使用 的-n参数pushd:
-n
pushd
pushd -n somedir
-n将导致目录somedir被添加到堆栈中,同时抑制目录的正常更改。
somedir
您可以查看以下文档pushd:
man bash
然后pushd通过发出(多次)搜索:
/pushd