mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 17:50:28 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/seq
4
tldr/seq
@@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Separate the output with a space instead of a newline:
|
||||
|
||||
`seq -s " " 5 3 20`
|
||||
`seq {{[-s|--separator]}} " " 5 3 20`
|
||||
|
||||
- Format output width to a minimum of 4 digits padding with zeros as necessary:
|
||||
|
||||
`seq -f "%04g" 5 3 20`
|
||||
`seq {{[-f|--format]}} "%04g" 5 3 20`
|
||||
|
||||
Reference in New Issue
Block a user