home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!lhc!adm!news
- From: partl@hp01.boku.ac.at (Hubert Partl)
- Newsgroups: comp.unix.questions
- Subject: Re: Recursive directory listing
- Message-ID: <34168@adm.brl.mil>
- Date: 20 Nov 92 09:16:08 GMT
- Sender: news@adm.brl.mil
- Lines: 16
-
- > Hi -- I'd like to get a recursive directory listing, similar to what TREE
- > does in MS-DOS. The FAQ list I consulted gives 3 options:
- > ls -R
- > find . -print
- > du -a .
- > However, none of these work as I would like; I want to see directories
- > only, NOT files.
-
- du .
- (without the -a option) will give you directories only.
-
- --
- Dr. Hubert Partl Mail: partl@mail.boku.ac.at
- EDV-Zentrum, Universitaet fuer Bodenkultur Phone: (+43 1) 36 92 924 - 233
- Nussdorfer Laende 11 Fax: (+43 1) 36 92 924 - 200
- A-1190 Wien, Austria (-: Make laugh, not war! :-)
-