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:
parent
7d03c125a2
commit
3c34943422
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Tilføj en mappe til mappe-stakken, så den kan tilgås på et senere tidspunkt.
|
> 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.
|
> 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:
|
- Skift til mappe og tilføj den til mappe-stakken:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> 디렉터리를 스택에 쌓아 나중에 접근할 수 있도록 합니다.
|
> 디렉터리를 스택에 쌓아 나중에 접근할 수 있도록 합니다.
|
||||||
> 원래 디렉터리로 돌아가려면 `popd`, 디렉터리 스택 내용을 보려면 `dirs`를 같이 보세요.
|
> 원래 디렉터리로 돌아가려면 `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>.
|
||||||
|
|
||||||
- 디렉터리로 이동하고 스택에 추가:
|
- 디렉터리로 이동하고 스택에 추가:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Plaats een map op een stack zodat deze later kan worden benaderd.
|
> 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.
|
> 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:
|
- Schakel naar een map en zet deze op de stapel:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> 将目录放在堆栈上,以便以后访问。
|
> 将目录放在堆栈上,以便以后访问。
|
||||||
> 另见 `popd` 切换回原始目录和 `dirs` 显示目录堆栈内容。
|
> 另见 `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>.
|
||||||
|
|
||||||
- 切换到目录并将其添加到堆栈上:
|
- 切换到目录并将其添加到堆栈上:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Place a directory on a stack so it can be accessed later.
|
> 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.
|
> 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:
|
- Switch to directory and push it on the stack:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue