Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
js2
on Feb 14, 2019
|
parent
|
context
|
favorite
| on:
Problem solving with Unix commands
Not the most efficient solution but this is what springs to mind for me:
seq 1000 | xargs printf '%04d_A.csv\n' | while read -r f; do test -f $f || echo $f; done
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: