Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: SImple way to execute command on list of files?
- X-seq: zsh-workers 44247
- From: Stephane Chazelas <stephane.chazelas@xxxxxxxxx>
- To: Leah Neukirchen <leah@xxxxxxxx>
- Subject: Re: SImple way to execute command on list of files?
- Date: Wed, 24 Apr 2019 11:53:40 +0100
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to:user-agent; bh=aCE4NdIMAi3DGyt7FxeHwsyDTyl5bicjOv+lQri1sjE=; b=qxrZkqB3jJJGXjdBUDjcrVpiYTYnrkoRUT8DHLFveClSMzrRlUwhtvrNROE5hZgTOL zQWQ2nMOziILDcBtLIcFwqF0lGL6On5NqHp1IBjWGJyFznNrA241VRcVcUm+Q6xfCAIP l9g97hkhHwiKBVsjd+GcGvH7H6h9JgUrhIfF1NNCN4vpoAuJWDYdOZO8NtvF+fvJEwDl dbxosibeExMYa8taO6Ft0YC9H9dXfL9ErEtts7ZgPHfSrtVoH3OhTgoRjtuE98JA9WWr aiG55svkD+J27CclhfWGqDeR253qSpjs4ZXlHHe5pdAAIn0RfoI4B4hUFtSRg1ZnKs3v cMVA==
- In-reply-to: <871s24pufn.fsf@vuxu.org>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: Leah Neukirchen <leah@xxxxxxxx>, zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20190414084632.t4gdc2fjswogznxy__31239.9886942998$1555231731$gmane$org@gmx.de> <871s24pufn.fsf@vuxu.org>
2019-04-14 15:50:36 +0200, Leah Neukirchen:
[...]
> autoload zargs
> zargs -n1 *.pdf -- xpdf
That's not shorter than
for f (*.pdf) xpdf $f
though.
--
Stephane
Messages sorted by:
Reverse Date,
Date,
Thread,
Author