Move pages in the correct folder (#11163)

This commit is contained in:
Magrid
2023-10-23 22:27:11 +02:00
committed by GitHub
parent 4e53530691
commit 08f3800766
16 changed files with 43 additions and 114 deletions

12
pages.hi/linux/ruget.md Normal file
View File

@@ -0,0 +1,12 @@
# ruget
> Rust में लिखे गए wget का विकल्प।
> अधिक जानकारी: <https://github.com/ksk001100/ruget>।
- किसी फ़ाइल में URL की सामग्री डाउनलोड करें:
`ruget {{https://example.com/file}}`
- किसी निर्दिष्ट आउटपुट फ़ाइल में URL की सामग्री डाउनलोड करें:
`ruget --output {{file_name}} {{https://example.com/file}}`