bug-bash
[Top][All Lists]
Advanced

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

Re: 'read' primitive


From: Dave B
Subject: Re: 'read' primitive
Date: Fri, 22 Aug 2008 10:06:37 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080725)

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.


reply via email to

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