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/ലേക്കുള്ള/പാത ...}} >> {{ഔട്ട്പുട്ട്_ഫയൽ/ലേക്കുള്ള/പാത}}`
- ഫയലിന്റെ ഉള്ളടക്കം അൺബഫേർഡ് മോഡിൽ ഒരു ഔട്ട്പുട്ട് ഫയലിലേക്ക് കോപ്പിചെയ്യുവാൻ:
`cat -u {{/dev/tty12}} > {{/dev/tty13}}`
- `stdin` ഫയലിലേക്ക് എഴുതുവാൻ:
`cat - > {{ഫയലിലേക്കുള്ള/പാത}}`