Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

ZSH Find command replacement



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