zsh-users
 help / color / mirror / code / Atom feed
From: "Anthony Heading" <anthony@ajrh.net>
To: "Dominik Vogt" <dominik.vogt@gmx.de>, "Zsh Users" <zsh-users@zsh.org>
Subject: Re: SImple way to execute command on list of files?
Date: Tue, 16 Apr 2019 22:09:54 -0400	[thread overview]
Message-ID: <7f350a86-802f-42b3-bac5-9c28197d197a@www.fastmail.com> (raw)
In-Reply-To: <20190414084632.t4gdc2fjswogznxy@gmx.de>

On Tue, Apr 16, 2019, at 10:03 PM, Dominik Vogt wrote:
> but is there a more general way where you can define a list of
> commands to treat differently, say
> 
>   annoying_commands xpdf ps2pdf gv
> 

something like this maybe?

wrap_annoying_command() { local i; for i in $~2; $1 $i }
annoying_commands() { local i; for i in $@; alias $i="noglob wrap_annoying_command $i" }
annoying_commands xpdf ps2pdf gv


      reply	other threads:[~2019-04-17  2:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-14  8:46 Dominik Vogt
2019-04-17  2:09 ` Anthony Heading [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7f350a86-802f-42b3-bac5-9c28197d197a@www.fastmail.com \
    --to=anthony@ajrh.net \
    --cc=dominik.vogt@gmx.de \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).