diff --git a/pages/common/seq.md b/pages/common/seq.md index fdcf746adb..74eec36ff9 100644 --- a/pages/common/seq.md +++ b/pages/common/seq.md @@ -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`