mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
cd: add Italian translation.
This commit is contained in:
parent
250e7e89b5
commit
b7e8858581
1 changed files with 19 additions and 0 deletions
19
pages.it/common/cd.md
Normal file
19
pages.it/common/cd.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# cd
|
||||||
|
|
||||||
|
> Cambia la directory corrente.
|
||||||
|
|
||||||
|
- Vai alla directory specificata:
|
||||||
|
|
||||||
|
`cd {{percorso/a/directory}}`
|
||||||
|
|
||||||
|
- Vai alla directory home dell'utente corrente:
|
||||||
|
|
||||||
|
`cd`
|
||||||
|
|
||||||
|
- Vai alla directory madre della corrente:
|
||||||
|
|
||||||
|
`cd ..`
|
||||||
|
|
||||||
|
- Vai alla directory precedentemente scelta:
|
||||||
|
|
||||||
|
`cd -`
|
Loading…
Add table
Reference in a new issue