coreutils*: use short more info links (#5658)

This commit is contained in:
Dario Vladović
2021-04-01 17:54:26 +02:00
committed by GitHub
parent 88aad91d65
commit 4830093903
285 changed files with 285 additions and 285 deletions

View File

@@ -1,7 +1,7 @@
# cat
> फ़ाइलों को प्रिंट और संक्षिप्त करें।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html>.
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/cat>.
- मानक आउटपुट में फ़ाइल की सामग्री प्रिंट करें:

View File

@@ -1,7 +1,7 @@
# false
> 1 का एग्जिट कोड लौटाता है।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/false-invocation.html>.
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/false>.
- 1 का निकास कोड लौटाएँ:

View File

@@ -1,7 +1,7 @@
# ls
> निर्देशिका सामग्री को सूचीबद्ध करें।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/ls-invocation.html>.
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/ls>.
- प्रति पंक्ति एक फ़ाइल की सूची बनाएं:

View File

@@ -1,7 +1,7 @@
# mkdir
> एक निर्देशिका बनाता है।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/mkdir-invocation.html>.
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/mkdir>.
- वर्तमान निर्देशिका या दिए गए पथ में एक निर्देशिका बनाएँ:

View File

@@ -1,7 +1,7 @@
# touch
> एक फ़ाइल का उपयोग और संशोधन समय (atime, mtime) बदलें।
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/manual/html_node/touch-invocation.html>.
> अधिक जानकारी: <https://www.gnu.org/software/coreutils/touch>.
- एक नई खाली फ़ाइल बनाएं (मौजूदा फ़ाइल के लिए समय बदल दें):