Y
Hacker News
new
|
ask
|
show
|
jobs
by
MrQuincle
3436 days ago
Ah, I thought you knew seq had a delimiter option! It does actually. :-)
seq -s ' ' 1 100
1 comments
helb
3436 days ago
Just "echo {1..100}" works too.
link