Files
tldr/pages.zh/common/popd.md
K.B.Dharun Krishna 8538a31451 pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

456 B

popd

通过 pushd shell 内置程序删除目录堆栈中的目录。 更多信息:https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html.

  • 从堆栈中删除顶部目录,并用 cd 跳转到该目录:

popd

  • 删除第 n 个目录(从零开始,以用 dirs 打印的列表左侧开始):

popd +N

  • 删除第 n 个目录(从零开始,以用 dirs 打印的列表右侧开始):

popd -N