Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with glob qualifier e
- X-seq: zsh-users 9389
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Problem with glob qualifier e
- Date: Mon, 05 Sep 2005 19:05:30 +0000
- In-reply-to: <200509052123.08360.arvidjaar@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87u0gza316.fsf@xxxxxxxxxxxxxxxx> <200509052123.08360.arvidjaar@xxxxxxxxxx>
On Sep 5, 9:22pm, Andrey Borzenkov wrote:
}
} Hmm ... adding qualifier that prevents sorting is relatively simple
} actually ...
See discussion in zsh-workers/8702, 8704, 8705.
} print -l sur pur | xargs -i /bin/echo '{}' -foo bar
}
} (I do not know why xargs here won't process arguments seperated by
} spaces, it should)
I'm not sure what you mean? xargs never processes arguments separated
by spaces. It always wants newlines or NULs.
Anyway, there's also
zargs -i{} -- (sur|pur) -- echo {} -foo bar
Messages sorted by:
Reverse Date,
Date,
Thread,
Author