seq: add --format example
This commit is contained in:

committed by
Muhammad Falak R Wani

parent
5cf150a17d
commit
eab3df67ae
@@ -13,3 +13,7 @@
|
|||||||
- Separate the output with a space instead of a newline:
|
- Separate the output with a space instead of a newline:
|
||||||
|
|
||||||
`seq -s " " 5 3 20`
|
`seq -s " " 5 3 20`
|
||||||
|
|
||||||
|
- Format the output with (4 digit) zero padding:
|
||||||
|
|
||||||
|
`seq --format "%04g" 5 3 20`
|
||||||
|
Reference in New Issue
Block a user