1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

cd: Add hindi translation (#4453)

This commit is contained in:
Abhishek Keshri 2020-10-05 20:03:42 +05:30 committed by GitHub
parent a0d7ca3f3e
commit e353f2f8c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
pages.hi/common/cd.md Normal file
View file

@ -0,0 +1,19 @@
# cd
> वर्तमान कार्य निर्देशिका को बदलें।
- दी गई निर्देशिका पर जाएं:
`cd {{निर्देशिका / का / पथ}}}`
- वर्तमान उपयोगकर्ता की होम निर्देशिका पर जाएं:
`cd`
- वर्तमान निर्देशिका के जनक तक जाएं:
`cd ..`
- पहले चुनी गई निर्देशिका पर जाएं:
`cd -`