mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
pushd: add Hindi translation (#14894)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
c1a6c29f15
commit
863c8ada39
1 changed files with 9 additions and 0 deletions
9
pages.hi/windows/pushd.md
Normal file
9
pages.hi/windows/pushd.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# pushd
|
||||
|
||||
> एक निर्देशिका को एक स्टैक पर रखें ताकि इसे बाद में एक्सेस किया जा सके।
|
||||
> मूल निर्देशिका पर वापस जाने के लिए `popd` भी देखें।
|
||||
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/pushd>।
|
||||
|
||||
- निर्देशिका पर स्विच करें और इसे स्टैक पर डालें:
|
||||
|
||||
`pushd {{निर्देशिका\का\पथ}}`
|
Loading…
Add table
Reference in a new issue