mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 06:18:17 +01:00
seq: add --format example
This commit is contained in:
parent
5cf150a17d
commit
eab3df67ae
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Separate the output with a space instead of a newline:
|
||||
|
||||
`seq -s " " 5 3 20`
|
||||
|
||||
- Format the output with (4 digit) zero padding:
|
||||
|
||||
`seq --format "%04g" 5 3 20`
|
||||
|
|
Loading…
Reference in a new issue