fork download
  1. f()
  2. {
  3. seq -ws '' ${#1}{,} $1
  4. }
  5.  
  6. f 105
Success #stdin #stdout 0s 5088KB
stdin
Standard input is empty
stdout
003006009012015018021024027030033036039042045048051054057060063066069072075078081084087090093096099102105