ls, cd, tty: add Persian translation (#5159)

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
Taymaz Esmaeli
2021-01-18 18:00:31 +03:30
committed by GitHub
parent 7548a66049
commit 3753db1d47
2 changed files with 50 additions and 0 deletions

19
pages.fa/common/cd.md Normal file
View File

@@ -0,0 +1,19 @@
# cd
> تغییر دایرکتوری جاری.
- تغییر مسیربه دایرکتوری مشخص شده:
`cd {{path/to/directory}}`
- تغییر مسیر به دایرکتوری Home کاربر فعلی:
`cd`
- تغییر مسیر به دایرکتوری بالاتر از مسیر جاری:
`cd ..`
- تغییر مسیر به دایرکتوری قبلی:
`cd -`