bug-bash
[Top][All Lists]
Advanced

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

documentation error in the FAQs


From: Elmar Stellnberger
Subject: documentation error in the FAQs
Date: Sat, 03 Mar 2007 13:06:35 +0100
User-agent: Thunderbird 2.0pre (X11/20070214)

Bash Version: 3.1
Patch Level: 17
Release Status: release
concerns: FAQ E4)

"IFS=." inside a subprocess can not influence the read builtin:
read A B C D < <(IFS=.; echo $(/usr/local/bin/ipaddr))

should be:
IFS="."
read A B C D < <(echo $(/usr/local/bin/ipaddr))





reply via email to

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