From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 19:53:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB5AB16A4BF for ; Sat, 30 Aug 2003 19:53:45 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B344D43FF7 for ; Sat, 30 Aug 2003 19:53:44 -0700 (PDT) (envelope-from root@webserver.get-linux.org) Received: (qmail 12905 invoked by uid 0); 31 Aug 2003 02:53:43 -0000 Date: Sat, 30 Aug 2003 19:53:43 -0700 From: Joshua Oreman To: Herculano de Lima Einloft Neto Message-ID: <20030831025343.GA12173@webserver> References: <1062289563.1459.8.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1062289563.1459.8.camel@localhost.localdomain> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: find -type not working on release 5.1? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2003 02:53:45 -0000 On Sat, Aug 30, 2003 at 09:26:03PM -0300 or thereabouts, Herculano de Lima Einloft Neto wrote: > Hello, > > I'm getting something like this: > > ]$ find /etc -type d > > -t invalid option > -y invalid option > -p invalid option > -e invalid option > > d unknown file Make sure you really are typing "find /etc -type d", with the -type after the /etc. Something like this: "find -type d /etc", would return those errors. > > One other thing.. > > ]$ ls x* > > doesn't seem to work right either.. it's returning all the files..? g* > works though.. I don't know what you mean by "works"/"doesn't work". Could you elaborate a little here? -- Josh > > Thanks in advance for any help. > -- > Herculano de Lima Einloft Neto > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"