Skip to content

Commit

Permalink
expand: add Hindi translation (tldr-pages#14878)
Browse files Browse the repository at this point in the history
* expand: add Hindi translation

* Update pages.hi/windows/expand.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
karthik-script and kbdharun authored Nov 20, 2024
1 parent 239e6de commit 29065ad
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages.hi/windows/expand.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# expand

> विंडोज कैबिनेट फाइलों को अनकंप्रेस करें।
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/expand>
- एकल-फाइल कैबिनेट फाइल को निर्दिष्ट निर्देशिका में अनकंप्रेस करें:

`expand {{फाइल.cab/का/पथ}} {{निर्देशिका/का/पथ}}`

- स्रोत कैबिनेट फाइल में फाइलों की सूची प्रदर्शित करें:

`expand {{फाइल.cab/का/पथ}} {{निर्देशिका/का/पथ}} -d`

- कैबिनेट फाइल से सभी फाइलों को अनकंप्रेस करें:

`expand {{फाइल.cab/का/पथ}} {{निर्देशिका/का/पथ}} -f:*`

- कैबिनेट फाइल से एक विशेष फाइल को अनकंप्रेस करें:

`expand {{फाइल.cab/का/पथ}} {{निर्देशिका/का/पथ}} -f:{{फ़ाइल/का/पथ}}`

- अनकंप्रेस करते समय निर्देशिका संरचना की अनदेखी करें, और उन्हें एकल निर्देशिका में जोड़ें:

`expand {{फाइल.cab/का/पथ}} {{निर्देशिका/का/पथ}} -i`

0 comments on commit 29065ad

Please sign in to comment.