1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 10:55:25 +02:00

^: add Hindi translation (#14340)

* Create ^.md

* Update pages.hi/common/^.md

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

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Ayush 2024-10-24 21:14:47 +05:30 committed by GitHub
parent d6500970b1
commit 75f5ad69bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages.hi/common/^.md Normal file
View file

@ -0,0 +1,21 @@
# Caret
> बैश क्विक बनाने के लिए पिछले कमांड में एक स्ट्रिंग को प्रतिस्थापित करें और परिणाम को चलाएं।
> के बराबर `!!:s^स्ट्रिंग1^स्ट्रिंग2`
> अधिक जानकारी: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>
- पिछले कमांड को प्रतिस्थापित करके चलाएँ`स्ट्रिंग1` साथ `स्ट्रिंग2`:
`^{{स्ट्रिंग1}}^{{स्ट्रिंग2}}`
- निकालना `स्ट्रिंग1` पिछले आदेश से:
`^{{स्ट्रिंग1}}^`
- बदलें `स्ट्रिंग1` साथ `स्ट्रिंग2` पिछले कमांड में और जोड़ें `स्ट्रिंग3` इसके अंत तक:
`^{{स्ट्रिंग1}}^{{स्ट्रिंग2}}^{{स्ट्रिंग3}}`
- की सभी घटनाओं को बदलें `स्ट्रिंग1`:
`^{{स्ट्रिंग1}}^{{स्ट्रिंग2}}^:&`