bug-bash
[Top][All Lists]
Advanced

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

RE: bash does not handle escape sequences for inserted paramaters to for


From: Andrew Neitsch
Subject: RE: bash does not handle escape sequences for inserted paramaters to for
Date: Wed, 8 Aug 2007 07:28:06 -0400

This will work

$ eval "for i in $(echo a b\\ c); do echo \"\$i\"; done"
a
b c

http://lists.gnu.org/archive/html/bug-bash/2007-07/msg00011.html





reply via email to

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