On Mon, Aug 12, 2019 at 01:19:45PM -0400, Lee wrote: > On 8/12/19, Greg Wooledge <wool...@eeg.ccf.org> wrote: > > P.S. it would also have been possible to work around the carriage return > > issues with IFS, but your dos2unix approach is perfectly valid as well. > > Just out of curiosity - how?
while IFS=$' \t\r\n' read -r d; do ...