Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mav3rick
on May 27, 2020
|
parent
|
context
|
favorite
| on:
Diving into Go by building a CLI application
No need for a while loop. Just have a file with each site name in a new line. Then -
cat sites-list | xargs -n1 firefox --new-tab
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
cat sites-list | xargs -n1 firefox --new-tab