Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: SImple way to execute command on list of files?



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