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 {{caminho/para/arquivo1 caminho/para/arquivo2 ...}} >> {{caminho/para/arquivo_de_saída}}`
- Copia o conteúdo de um arquivo para um arquivo de saída no modo sem buffer:
`cat -u {{/dev/tty12}} > {{/dev/tty13}}`
- Escreve a `stdin` em um arquivo:
`cat - > {{caminho/para/arquivo}}`