1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 17:15:57 +02:00

ln: add Hindi translation (#6735)

This commit is contained in:
Abhishek Keshri 2021-10-04 08:39:40 +05:30 committed by GitHub
parent 13ea54871a
commit 89895fb49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.hi/common/ln.md Normal file
View file

@ -0,0 +1,16 @@
# ln
> फाइलों और निर्देशिकाओं के लिंक बनाता है।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/ln>
- किसी फ़ाइल या निर्देशिका के लिए एक प्रतीकात्मक लिंक बनाएँ:
`ln -s {{/फ़ाइल_या_निर्देशिका/का/पथ}} {{लिंक/का/पथ}}`
- किसी भिन्न फ़ाइल को इंगित करने के लिए मौजूदा प्रतीकात्मक लिंक को अधिलेखित करें:
`ln -sf {{/नई_फ़ाइल/का/पथ}} {{लिंक/का/पथ}}`
- किसी फ़ाइल का हार्ड लिंक बनाएँ:
`ln {{/फ़ाइल/का/पथ}} {{हार्डलिंक/का/पथ}}`