Skip to content
Geekinney
搜索文档
K
Main Navigation
首页
随笔
关于
更多
ETAF
WIKI
软件设计哲学
HTML-SPECS
外观
Menu
首页
博客
Bash
Bash
约 79 字
小于 1 分钟
2025-10-31
资源
https://github.com/awesome-lists/awesome-bash
https://github.com/alexanderepstein/Bash-Snippets
命令
pushd
一个参数:切换目录,并将目录压入目录栈中
无参数:在栈顶两个目录间切换
popd
:从目录栈弹出并切换到上一个目录
dirs
:显示当前目录栈的内容
0%