From owner-freebsd-questions Mon Jun 26 11:38:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id BB8D137B72F for ; Mon, 26 Jun 2000 11:38:36 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id NAA17061; Mon, 26 Jun 2000 13:38:23 -0500 (CDT) (envelope-from dan) Date: Mon, 26 Jun 2000 13:38:23 -0500 From: Dan Nelson To: Konrad Heuer Cc: Mark.Hummel@hurlburt.af.mil, freebsd-questions@FreeBSD.ORG Subject: Re: Dir Structure to text command? Message-ID: <20000626133823.A16540@dan.emsphone.com> References: <856532CB07BED3118FE300204840E28A01107591@vexwncc02.hurlburt.af.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.4i In-Reply-To: ; from "Konrad Heuer" on Mon Jun 26 20:12:22 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jun 26), Konrad Heuer said: > > On Mon, 26 Jun 2000 Mark.Hummel@hurlburt.af.mil wrote: > > > I'm looking for a command line input that will give me a text file of the > > entire directory structure of my BSD partition without files as an output. > > A comparable command for old DOS users would be "tree | more". > > Maybe > > find / -print | more find / -type d | more Is a bit better, I think. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message