1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

pushd: update More Info link (#16235)

This commit is contained in:
Sebastiaan Speck 2025-04-22 13:43:26 +02:00 committed by GitHub
parent 7d03c125a2
commit 3c34943422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
> Tilføj en mappe til mappe-stakken, så den kan tilgås på et senere tidspunkt.
> Se `popd` for at skifte tilbage til den oprindelige mappe og `dirs` for at vise indholdet af mappe-stakken.
> Mere information: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html>.
> Mere information: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html#index-pushd>.
- Skift til mappe og tilføj den til mappe-stakken:

View file

@ -2,7 +2,7 @@
> 디렉터리를 스택에 쌓아 나중에 접근할 수 있도록 합니다.
> 원래 디렉터리로 돌아가려면 `popd`, 디렉터리 스택 내용을 보려면 `dirs`를 같이 보세요.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html>.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html#index-pushd>.
- 디렉터리로 이동하고 스택에 추가:

View file

@ -2,7 +2,7 @@
> Plaats een map op een stack zodat deze later kan worden benaderd.
> Bekijk ook `popd` om terug te schakelen naar de originele map en `dirs` om de inhoud van de mapstapel weer te geven.
> Meer informatie: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html>.
> Meer informatie: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html#index-pushd>.
- Schakel naar een map en zet deze op de stapel:

View file

@ -2,7 +2,7 @@
> 将目录放在堆栈上,以便以后访问。
> 另见 `popd` 切换回原始目录和 `dirs` 显示目录堆栈内容。
> 更多信息:<https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html>.
> 更多信息:<https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html#index-pushd>.
- 切换到目录并将其添加到堆栈上:

View file

@ -2,7 +2,7 @@
> Place a directory on a stack so it can be accessed later.
> See also `popd` to switch back to original directory and `dirs` to display directory stack contents.
> More information: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html#index-popd>.
> More information: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html#index-pushd>.
- Switch to directory and push it on the stack: