mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 14:35:23 +02:00
Update pages/common/seq.md
Co-Authored-By: wflynny <wflynny@gmail.com>
This commit is contained in:
parent
98d8163c0d
commit
bec17702b4
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
|||
|
||||
`seq -s " " 5 3 20`
|
||||
|
||||
- Format the output with (4 digit) zero padding:
|
||||
- Format output width to a minimum of 4 digits padding with zeros as necessary:
|
||||
|
||||
`seq -f "%04g" 5 3 20`
|
||||
|
|
Loading…
Add table
Reference in a new issue