Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
executing commands in directories containing specific files
- X-seq: zsh-users 18419
- From: Leonardo Barbosa <barbosa.leonardo@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: executing commands in directories containing specific files
- Date: Tue, 11 Feb 2014 22:11:04 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=SQwEr78YnT+2i9NQ6zuD9Ct1XXAKeFxfKK5R15BixCo=; b=H34Jp0znpGBDAdysIdrAswt3odMu7i0GpUrve9X1zX3BXKXy9/S+y6V1cUfmzbh59E ncnOsusp7d7F4pQCQksR3BNu7pZOqVdahM/ADtwJBaLifPTcrJGn+R+SSG5MyMEFV5kV M36LGU1piGf+WCfYuH4YAsr039S3ODx128qAKzSoHkU17Lb+pyA4OSszlAi9YL/tNWhg EGaQ3vcKH9tH4R19C7YnbCZSHeQMXf18WHC2Bw1lbxtP0/WkmlGHb3z/a+cRNrs5qq6s wBmYZSzTNc6PopjNrKtvn8fwzglnrfYZSieRtA3/kCKImgDhDn/i//EvMRnx9PXhA1Xf YLIA==
- 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
All,
I'd like to find TeX files (find $HOME -type f -name '*.tex'). Let's say i
have found files a.tex, b.tex, and c.tex. Now, i wanna remove a.aux, b.aux,
c.aux. What's the best way of doing that?
Cheers
Messages sorted by:
Reverse Date,
Date,
Thread,
Author