Bob Proulx wrote: > To get the entire line verbatim you would need to use the $REPLY > variable.
Or also use IFS= read -r foo < bar -- D.
Bob Proulx wrote: > To get the entire line verbatim you would need to use the $REPLY > variable.
Or also use IFS= read -r foo < bar -- D.