Skip to content

Commit

Permalink
dirs: edit link
Browse files Browse the repository at this point in the history
Co-authored-by: Axel Navarro <[email protected]>
  • Loading branch information
2 people authored and sbrl committed Apr 19, 2021
1 parent bc5d06e commit 5d2fa22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages.it/common/dirs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages.ko/common/dirs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
- 각각의 엔트리 사이에서 공백으로 디렉토리 스택을 표시하기:

Expand Down
2 changes: 1 addition & 1 deletion pages.tr/common/dirs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/dirs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5d2fa22

Please sign in to comment.