help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-bash] IFS & read


From: Bill Gradwohl
Subject: [Help-bash] IFS & read
Date: Sat, 26 May 2012 12:56:31 -0600

I have a file that uses the tab character as the separator.

Writing a read loop against that file works just fine and I get field separation.

I converted that file by replacing the tab character with \b and changed the IFS to match and now I don't get field separation.

I also tried \x00 and \x01 and they don't work either.

What are the allowable IFS characters as far as read is concerned?


--
Bill Gradwohl


reply via email to

[Prev in Thread] Current Thread [Next in Thread]