mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
pwd: add more information link (#5622)
This commit is contained in:
parent
4564c509ac
commit
2176975353
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# pwd
|
||||
|
||||
> Affiche le nom du répertoire actuel.
|
||||
> Plus d'informations : <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||
|
||||
- Affiche le répertoire actuel :
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# pwd
|
||||
|
||||
> Mencetak nama dari direktori saat ini/kerja.
|
||||
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||
|
||||
- Mencetak direktori saat ini:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# pwd
|
||||
|
||||
> 印出目前目錄的名稱。
|
||||
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||
|
||||
- 印出目前所在的目錄名稱:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# pwd
|
||||
|
||||
> Print name of current/working directory.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
|
||||
|
||||
- Print the current directory:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue