Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
smcameron
on April 14, 2020
|
parent
|
context
|
favorite
| on:
Renaming files with mv without typing the name two...
Hmm, I'd always used the "seq" command for that...
$ echo `seq 0 19`
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ echo `seq 0 19`
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19