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 {{path/to/file1 path/to/file2 ...}} >> {{path/to/output_file}}`
|
||||
|
||||
- Copy the contents of a file into an output file in [u]nbuffered mode:
|
||||
|
||||
`cat -u {{/dev/tty12}} > {{/dev/tty13}}`
|
||||
|
||||
- Write `stdin` to a file:
|
||||
|
||||
`cat - > {{path/to/file}}`
|
||||
|
Reference in New Issue
Block a user