Hacker News new | ask | show | jobs
by gpvos 4183 days ago

  cat input |while read a; do do_something_with $a; done
1 comments

thank you so much!