From owner-freebsd-questions Sat Jul 5 06:43:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA05968 for questions-outgoing; Sat, 5 Jul 1997 06:43:00 -0700 (PDT) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA05963 for ; Sat, 5 Jul 1997 06:42:56 -0700 (PDT) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id JAA08174; Sat, 5 Jul 1997 09:43:54 -0400 (EDT) Date: Sat, 5 Jul 1997 09:43:33 -0400 (EDT) From: Steve Hovey To: Gordon Wang cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help In-Reply-To: <33BDD8BD.4FB9@tpts5.seed.net.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 5 Jul 1997, Gordon Wang wrote: > Dear Sir > What is the equivalent command in FreeBSD to the MS-Dos command > " dir filename /s "(search the file in all the file system)? find / -name 'filename' -print Or more quickly, if the machine has been up awhile, and the file has been there awhile. locate filename