Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with zmv
- X-seq: zsh-users 22140
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: problem with zmv
- Date: Fri, 2 Dec 2016 13:15:33 -0800
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/MbteDp6nH4q1XTQdta85C0iRrV4QnsEcm+sO2ZXfr4=; b=l+D2+GF3yi+LItaPljQdhK+FkOyRc+NJxm90gXr2/G8XjyY8sxX23dk1SLsrXAprT0 vSiG4lL9tnJadB/dfTmus45vH2NGaqXDmqdaKL8fzu1XZI4ROVjkyyhbOY66gER3SL9F a4B3Ptarel3l8Y1PNJh8bI/WcCqs2+aNXPTa1+7+KOZsixXgE+JYmb4wEKVhPzjdM1X0 n4FrD6w+zITDaAUxh1lORVViyE8oFCXO8x8UjRwet6NqE9OEwadZ7ibizoWusNsgFC9r yh5o1MzpUtSdF9BQGcH/uTEMomaS88k9Y64drrJiq+3EDEBc1BDxX9JLzBy2NnSSQH9p aa/Q==
- In-reply-to: <5841DF8C.8000602@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <5840492A.2090304@eastlink.ca> <5841DF8C.8000602@eastlink.ca>
You don't run zmv with "." -- it's intended to be either autoloaded or
run as a script i.e. in a subshell. If you load it with "." then the
"emulate -LR zsh" at the top affects your entire shell, rather than
being local to the function.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author