mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-26 09:23:58 +02:00
popd: add Chinese translation
This commit is contained in:
parent
dbcacd8588
commit
1a5f1e9241
1 changed files with 15 additions and 0 deletions
15
pages.zh/osx/popd.md
Normal file
15
pages.zh/osx/popd.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# popd
|
||||
|
||||
> 通过 pushd shell内置程序删除目录堆栈中的目录.
|
||||
|
||||
- 从堆栈中删除顶部目录,并用 `cd` 跳转到该目录:
|
||||
|
||||
`popd`
|
||||
|
||||
- 删除第n个目录(从零开始, 以用 `dirs` 打印的列表左侧开始):
|
||||
|
||||
`popd +N`
|
||||
|
||||
- 删除第n个目录(从零开始, 以用 `dirs` 打印的列表右侧开始):
|
||||
|
||||
`popd -N`
|
Loading…
Add table
Reference in a new issue