Hacker News new | ask | show | jobs
by JoshTriplett 3662 days ago
> I've set it maybe 5 times and practically each one was to $'\n' so I can read newline-delimited input values in a while loop.

Does "| while read line" not do what you want here?