mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
touch: Add Hindi translation (#4456)
This commit is contained in:
parent
592436b997
commit
58c2861abe
1 changed files with 15 additions and 0 deletions
15
pages.hi/common/touch.md
Normal file
15
pages.hi/common/touch.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# touch
|
||||||
|
|
||||||
|
> एक फ़ाइल का उपयोग और संशोधन समय (atime, mtime) बदलें।
|
||||||
|
|
||||||
|
- एक नई खाली फ़ाइल बनाएं (मौजूदा फ़ाइल के लिए समय बदल दें):
|
||||||
|
|
||||||
|
`touch {{फ़ाइल का नाम}}`
|
||||||
|
|
||||||
|
- फ़ाइल को किसी विशिष्ट तिथि और समय पर सेट करें:
|
||||||
|
|
||||||
|
`touch -t {{YYYMMDDHHMM.SS}} {{फ़ाइल का नाम}}`
|
||||||
|
|
||||||
|
- दूसरी फ़ाइल पर समय सेट करने के लिए फ़ाइल से समय का उपयोग करें:
|
||||||
|
|
||||||
|
`touch -r {{पहला फ़ाइल का नाम}} {{दूसरा फ़ाइल का नाम}}}`
|
Loading…
Add table
Reference in a new issue