|
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
[Prev in Thread] | Current Thread | [Next in Thread] |