cat: remove examples with the option "-u" (#11983)
This commit is contained in:

committed by
GitHub

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