Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ole-tange
on Dec 4, 2012
|
parent
|
context
|
favorite
| on:
Playing with Go: Embarrassingly Parallel Scripts
If you are looking for which domain point to 1.2.3.4:
cat domains.txt | parallel -P 100 --tag host | grep 1.2.3.4
Somewhat slower runtime than the go-solution, but may be faster to write.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: