On Thursday 12 of June 2014 07:41:51 erik quanstrom wrote: > > i was demoing a technique that you might use. have you tried it? >
thanks, tried and works. used sed for quoting; end result is perl-ugly: alljs=`{find -name '*.js' | 9 sed 's/''/''''/g; s/^|$/''/g' } or alljs=`{find -name '*.js' | 9 sed 's/^|$|''/&''/g' } -- dexen deVries [[[↓][→]]]