From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13334 invoked by alias); 4 Apr 2014 20:30:11 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18699 Received: (qmail 22854 invoked from network); 4 Apr 2014 20:30:04 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 Date: Fri, 04 Apr 2014 16:18:58 -0400 From: Aki Hoji Subject: ZSH Find command replacement To: zsh-users@zsh.org Message-id: MIME-version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Hi all, recently switched to ZSH. I have a quick question. What is the = shortest ZSH command equivalent of a following command ?=20 find . -ctime -1 -type d -exec mv {} /foo/ ;=20 Thanks in advance.=20 Aki=