Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ZSH Find command replacement
- X-seq: zsh-users 18699
- From: Aki Hoji <akh22@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: ZSH Find command replacement
- Date: Fri, 04 Apr 2014 16:18:58 -0400
- 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
Hi all,
recently switched to ZSH. I have a quick question. What is the shortest ZSH command equivalent of a following command ?
find . -ctime -1 -type d -exec mv {} /foo/ ;
Thanks in advance.
Aki
Messages sorted by:
Reverse Date,
Date,
Thread,
Author