Date: Thu, 4 Nov 2004 16:51:04 +0100 (CET) From: Claus Guttesen <cguttesen@yahoo.dk> To: freebsd-current@freebsd.org Subject: find utility behaves different in 5.2 and 5.3 Message-ID: <20041104155104.29925.qmail@web14127.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi. On 5.3 I can execute the following line in zsh: odin~%>find . -type d \! -name autoedit -depth 1 ./172 On a 5.2 I get: cyclop~%>find . -type d \! -name autoedit -depth 1 find: 1: unknown option According to 'man 1 find' (examples) I should be able to use \! -name on 5.2. Zsh 4.2.0 on both machines. Claus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041104155104.29925.qmail>