mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
popd: enclose pushd within backticks (#20456)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# popd
|
||||
|
||||
> Verwijder een map van de directory stack die is geplaatst met de ingebouwde pushd-opdracht van de shell.
|
||||
> Verwijder een map van de directory stack die is geplaatst met de ingebouwde `pushd` van de shell.
|
||||
> Zie ook: `pushd`, `dirs`.
|
||||
> Meer informatie: <https://www.gnu.org/software/bash/manual/bash.html#index-popd>.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# popd
|
||||
|
||||
> 通过 pushd shell 内置程序删除目录堆栈中的目录。
|
||||
> 通过 `pushd` shell 内置程序删除目录堆栈中的目录。
|
||||
> 另请参阅:`pushd` 将目录放入堆栈和 `dirs` 显示目录堆栈内容。
|
||||
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#index-popd>。
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# popd
|
||||
|
||||
> Remove a directory placed on the directory stack via the pushd shell built-in.
|
||||
> Remove a directory placed on the directory stack via the `pushd` shell built-in.
|
||||
> See also: `pushd`, `dirs`.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-popd>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user