From owner-freebsd-questions Wed Aug 26 21:32:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00703 for freebsd-questions-outgoing; Wed, 26 Aug 1998 21:32:33 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gamma.aei.ca (gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00683 for ; Wed, 26 Aug 1998 21:32:26 -0700 (PDT) (envelope-from malartre@aei.ca) Received: from aei.ca (aeiusrI-32.aei.ca [206.186.205.182]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id AAA06317; Thu, 27 Aug 1998 00:31:28 -0400 (EDT) Message-ID: <35E4E11D.47528ED7@aei.ca> Date: Thu, 27 Aug 1998 00:31:25 -0400 From: Malartre X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: Peter Kok CC: freebsd Subject: Re: find command References: <35E4E60F.6700E8F3@sweda.com.hk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Kok wrote: > > Hello > > Is there a function same as 'find' in freebsd? > > -- > \////// > [ O O ] > \_-_/ > 0 v 0 > ow wo > 000000000 > Peter Kok > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Sure "man find" Exemple: "find / -name MYLOSTFILE -print" you can change "/" with any directory you want to search -- [Malartre][malartre@aei.ca][http://www.aei.ca/~malartre/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message