Date: Mon, 26 Jun 2000 13:38:23 -0500 From: Dan Nelson <dnelson@emsphone.com> To: Konrad Heuer <kheuer@gwdu60.gwdg.de> Cc: Mark.Hummel@hurlburt.af.mil, freebsd-questions@FreeBSD.ORG Subject: Re: Dir Structure to text command? Message-ID: <20000626133823.A16540@dan.emsphone.com> In-Reply-To: <Pine.BSF.4.05.10006262011070.38660-100000@gwdu60.gwdg.de>; from "Konrad Heuer" on Mon Jun 26 20:12:22 GMT 2000 References: <856532CB07BED3118FE300204840E28A01107591@vexwncc02.hurlburt.af.mil> <Pine.BSF.4.05.10006262011070.38660-100000@gwdu60.gwdg.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000626133823.A16540>