1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 01:35:43 +02:00

Update pages/common/seq.md

Co-Authored-By: wflynny <wflynny@gmail.com>
This commit is contained in:
Muhammad Falak R Wani 2018-12-03 11:52:47 -05:00
parent eab3df67ae
commit 98d8163c0d

View file

@ -16,4 +16,4 @@
- Format the output with (4 digit) zero padding:
`seq --format "%04g" 5 3 20`
`seq -f "%04g" 5 3 20`