cat: remove examples with the option "-u" (#11983)

This commit is contained in:
Alejandro Cervera
2024-01-02 20:44:34 -05:00
committed by GitHub
parent 10357b3fc0
commit cdfd3cd17b
4 changed files with 0 additions and 16 deletions

View File

@@ -15,10 +15,6 @@
`cat {{फ़ाइल1/का/पथ फ़ाइल2/का/पथ ...}} >> {{आउटपुट_फ़ाइल/का/पथ}}`
- फ़ाइल की सामग्री को अनबफर्ड ([u]nbuffered) मोड में आउटपुट फ़ाइल में कॉपी करें:
`cat -u {{/dev/tty12}} > {{/dev/tty13}}`
- फ़ाइल में `stdin` लिखें:
`cat - > {{फ़ाइल/का/पथ}}`