Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Kazuyuki Hagiwara" To: Subject: RE: find command in cygwin Date: Thu, 28 Apr 2005 15:35:46 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit In-Reply-To: X-IsSubscribed: yes lin q schrieb: > $ find . -type f -print > find: paths must precede expression > Usage: find [-H] [-L] [-P] [path...] [expression] $ find -a . -type f -print find: paths must precede expression Usage: find [-H] [-L] [-P] [path...] [expression] $ $ uname -a CYGWIN_NT-5.1 R1W51 1.5.16(0.128/4/2) 2005-04-25 20:26 i686 unknown unknown Cygwin Don't you redefine find as an aliase or function? Please try $ type find Kazuyuki -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/