Browsing Chinese (Simplified) translation

578 of 586 results
578.
Remove directories from stack.

Removes entries from the directory stack. With no arguments, removes
the top directory from the stack, and changes to the new top directory.

Options:
-n[tab]Suppresses the normal change of directory when removing
[tab][tab]directories from the stack, so only the stack is manipulated.

Arguments:
+N[tab]Removes the Nth entry counting from the left of the list
[tab][tab]shown by `dirs', starting with zero. For example: `popd +0'
[tab][tab]removes the first directory, `popd +1' the second.

-N[tab]Removes the Nth entry counting from the right of the list
[tab][tab]shown by `dirs', starting with zero. For example: `popd -0'
[tab][tab]removes the last directory, `popd -1' the next to last.

The `dirs' builtin displays the directory stack.

Exit Status:
Returns success unless an invalid argument is supplied or the directory
change fails.
[tab] represents a tab character. Please write it exactly the same way, [tab], in your translation.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
从栈中删除目录。

从目录栈中删除条目。不带参数时,删除栈顶目录,并改变目录至新的栈顶目录。

选项:
-n[tab]阻止从栈中删除目录时通常的改变目录操作,从而仅对栈进行操作。

参数:
+N[tab]删除第 N 个目录("dirs" 显示的列表中左起,从零开始)。
[tab][tab]例如:"popd +0" 删除第一个目录,"popd +1" 删除第二个。

-N[tab]删除第 N 个目录("dirs" 显示的列表中右起,从零开始)。
[tab][tab]例如:"popd -0" 删除最后一个目录,"popd -1" 删除倒数第二个。

"dirs" 内建可以显示目录栈。

退出状态:
返回成功,除非使用了无效的参数,或者改变目录失败。
Translated by Wenbin Lv
Located in builtins.c:1856
578 of 586 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.