[Discuss] file system hierarchy.

Rajiv Khaneja rajivk at sparklit.com
Tue Oct 16 00:40:33 PDT 2007


Well you could do something like

find -type d

this will list all the directories recursively from the current directory

something like

find -type d -maxdepth 3

will print all directories to max depth of 3

I don't know of anything that will give you an output like pstree... but I
hope somebody does

Cheers,
Rajiv


On 10/16/07, chris wakefield <blackcrow at shaw.ca> wrote:
>
> Hello all.
> I'm looking for a command line program that will display a file system
> hierarchy.  I guess something like pstree would be nice.
> At a glance, I'd like to be able to see what directories are on which
> drive,
> etc.
> Thanks,
> Chris W.
> _______________________________________________
> Discuss mailing list
> Discuss at vlug.org
> http://ladybug.vlug.org/cgi-bin/mailman/listinfo/discuss
>



-- 
-- 
____                   _    _ _ _
/ ___| _ __   __ _ _ __| | _| (_) |_    Rajiv Khaneja
\___ \| '_ \ / _` | '__| |/ / | | __|   Sparklit
___) | |_) | (_| | |  |   <| | | |_    ph: 877.275.5480 x 811
|____/| .__/ \__,_|_|  |_|\_\_|_|\__|   fax: 604.677.6049
      |_|            www.sparklit.com   <RajivK at Sparklit.com>


More information about the Discuss mailing list