On Monday 01 October 2007, Steve Long wrote:
> A place to start might be a list of all known variables from say the
> devmanual, along with whether they're allowed to be used as
> multi-parameters in `for' or function/cmd calls. So it's legitimate to see
> eg: for f in $A (even if it isn't space-pr
Mike Frysinger wrote:
> On Sunday 30 September 2007, Zac Medico wrote:
>> Donnie Berkholz wrote:
>> > On 04:52 Sat 29 Sep , Mike Frysinger wrote:
>> >> does this work with multilines ?
>> >> if [[ -e ${S}/asdfasdfasdf && \
>> >>-f ${WORKDIR}/moo ]]
>> >> then
>> >>
>> >> this is a crappy e