mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 07:00:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Change `stdin` buffer size to 512 KiB:
|
||||
|
||||
`stdbuf --input=512K {{command}}`
|
||||
`stdbuf {{[-i|--input]}} 512K {{command}}`
|
||||
|
||||
- Change `stdout` buffer to line-buffered:
|
||||
|
||||
`stdbuf --output=L {{command}}`
|
||||
`stdbuf {{[-o|--output]}} L {{command}}`
|
||||
|
||||
- Change `stderr` buffer to unbuffered:
|
||||
|
||||
`stdbuf --error=0 {{command}}`
|
||||
`stdbuf {{[-e|--error]}} 0 {{command}}`
|
||||
|
||||
Reference in New Issue
Block a user