mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
dirs: edit link
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
bc5d06ed1e
commit
5d2fa2261d
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Mostra o manipola uno stack di directory.
|
||||
> Uno stack di directory è una lista di directory recentemente visitate che può essere manipolata con i comandi `pushd` e `popd`.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/bash.html#Directory-Stack-Builtins>.
|
||||
|
||||
- Mostra lo stack di directory dividendo i nomi con uno spazio:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> 디렉토리 스택을 표시하거나 조작한다.
|
||||
> 디렉토리 스택은 `pushd`과 `popd` 명령어로 조작할 수 있는 최근 방문한 디렉토리의 목록이다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/bash.html#Directory-Stack-Builtins>.
|
||||
|
||||
- 각각의 엔트리 사이에서 공백으로 디렉토리 스택을 표시하기:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Dizin yığını görüntüler veya üzerinde oynama yapar.
|
||||
> Dizin yığını, `pushd` ve `popd` komutlarıyla üzerinde oynama yapılabilen, son ziyaret edilen dizinleri gösteren bir listedir.
|
||||
> Daha fazla bilgi için: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||
> Daha fazla bilgi için: <https://www.gnu.org/software/bash/manual/bash.html#Directory-Stack-Builtins>.
|
||||
|
||||
- Dizin yığınını her madde arasında boşluk olacak şekilde görüntüle:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Displays or manipulates the directory stack.
|
||||
> The directory stack is a list of recently visited directories that can be manipulated with the `pushd` and `popd` commands.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html\#Directory-Stack-Builtins>.
|
||||
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Directory-Stack-Builtins>.
|
||||
|
||||
- Display the directory stack with a space between each entry:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue