mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 15:50:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,12 +10,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Fold lines in a fixed width:
|
||||
|
||||
`fold --width {{width}} {{path/to/file}}`
|
||||
`fold {{[-w|--width]}} {{width}} {{path/to/file}}`
|
||||
|
||||
- Count width in bytes (the default is to count in columns):
|
||||
|
||||
`fold --bytes --width {{width_in_bytes}} {{path/to/file}}`
|
||||
`fold {{[-b|--bytes]}} {{[-w|--width]}} {{width_in_bytes}} {{path/to/file}}`
|
||||
|
||||
- Break the line after the rightmost blank within the width limit:
|
||||
|
||||
`fold --spaces --width {{width}} {{path/to/file}}`
|
||||
`fold {{[-s|--spaces]}} {{[-w|--width]}} {{width}} {{path/to/file}}`
|
||||
|
||||
Reference in New Issue
Block a user