From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 15:51:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7556616A4CE for ; Thu, 4 Nov 2004 15:51:04 +0000 (GMT) Received: from web14127.mail.yahoo.com (web14127.mail.yahoo.com [66.163.171.118]) by mx1.FreeBSD.org (Postfix) with SMTP id 4BF4443D48 for ; Thu, 4 Nov 2004 15:51:04 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Received: (qmail 29927 invoked by uid 60001); 4 Nov 2004 15:51:04 -0000 Message-ID: <20041104155104.29925.qmail@web14127.mail.yahoo.com> Received: from [194.248.174.58] by web14127.mail.yahoo.com via HTTP; Thu, 04 Nov 2004 16:51:04 CET Date: Thu, 4 Nov 2004 16:51:04 +0100 (CET) From: Claus Guttesen To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: find utility behaves different in 5.2 and 5.3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 15:51:04 -0000 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