Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Set difference between sets of files
- X-seq: zsh-users 14093
- From: Itai Fiat <itai.fiat@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Set difference between sets of files
- Date: Wed, 6 May 2009 00:57:51 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+AaG7GNVgXl2I4nMlV3DJ3Q6j3yw6YddGj18Eu7MoCc=; b=eeCM6aGhUPqvXAmxXWVR2Y3NDr2wkU6zWaajXLyp44GmAYQ3JzfvFTswC63245FQGE pEXrhTH1dlveWxKVY8riD2ZUzjfm4Ezr9pLl6EKdJC++Zbelb7RL+NiIDU5Y9hyt+TgX LxQ/t7UIYDqLvP/KI569nSwsXU+dA/gGMQNvU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FCFzWZex/gdcvZDPI/HUBUznJj6qNM4ct3wCvIjdHih49Ep4pDj7jUFZ70QzzvMZDx iBFSAt6leatrySvbXjeHkmGljGGxp1ggo/rUj+4R55wBkZmhhUGSnc8Rb8ByRyRDYz9i mufAl/ScM6wi9YCgQFhQS1a7TPVEn5GAHxeYw=
- In-reply-to: <090505110010.ZM12545@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <94de1b620905050936g442490e4t3da42ac3946cb29@xxxxxxxxxxxxxx> <20090505175739.7b2e4aca@news01> <090505110010.ZM12545@xxxxxxxxxxxxxxxxxxxxxx>
On Tue, May 5, 2009 at 21:00, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> Another way is this:
>
> Â Âcd backup
> Â Ârm -f **/*(.e:'[[ ! -f ../master/$REPLY ]]':)
Thank you! This is, in fact, what I've been trying to achieve (also, some of
the other stuff went straight over my head).
For the benefit of silent and future readers I will note that, looking for
further insights into the above code, I found the following useful article:
http://www.linux-mag.com/id/2126 (use BugMeNot if they bug you).
Thank you both for replying. I needed the above for a FLAC to MP3 conversion
script I'm working on, which can be found at
http://github.com/itai/flac2lossy/ .
- Itai
--
All nationalists have the power of not seeing resemblances between
similar sets of facts.
- George Orwell, "Notes on Nationalism"
Messages sorted by:
Reverse Date,
Date,
Thread,
Author