Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: problem with zmv
- X-seq: zsh-users 22142
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: problem with zmv
- Date: Fri, 2 Dec 2016 15:47:27 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=mYDjJddh50OhvrK0LSu/UZpyPAi9tV+t02y+SLH2aT0=; b=X3t1VdLS/oNaMv/5UKVPq+nhtrqVwmgYL76geJ3MdfDSEtNV03NfRxG0rOvTtngSjX y7EyqLxW6kYFGC/f1Ptfpw3fCO8/1UItUOiITEj/MoEZU2IHoy3WLaXPxxnyZUYNjQWc rdnbLZwfxn91diusBIYqIE63fPPBIzKNVnR3C0HliNxQBe+jZx8No6E2JZT+yLtGj6ey M8HvLQVF78c/Wmg2BBDpPvof5lDL9zYgKzWkcjXVqpYP7s21r1LYz8xTLrx8nQ12S3OK XKXLkrZb+/pqhb5bbQPcoqeD11nq3qAMdn/+O6f17d1CQokcUYgKSYdnik/3pUnBsZbG p80Q==
- In-reply-to: <58420592.4040406@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> <CAH+w=7b4rxr2=ayK53K=5gktPfVGvyQ0Ygi1E8gxgbjh0MGSaA@mail.gmail.com> <58420592.4040406@eastlink.ca>
On Dec 2, 3:36pm, Ray Andrews wrote:
}
} I just now commented out the 'emulate' line, and it
} seems to run fine. Is that safe?
It's safe as long as your setopts are "close enough" to the default zsh
configuration plus extendedglob. If you use any of the options such
as globassign or shwordsplit that are going to change certain command
line intepretations, then no, it's not safe.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author