Subject: Re: Software for drawing trees
To: Florence HENRY <florence.henry@obspm.fr>
From: Adrian Portelli <adrianp@stindustries.net>
List: netbsd-users
Date: 12/09/2007 19:21:39
Florence HENRY wrote:
> Hello,
>
> I need to represent a file hierarchy, and I'm looking for a tool to do
> it. What tools do you use ?
>
> Here is what I need (to be displayed with a monospace font):
>
> +------+ +----------+
> | Root |---->| Level 1 |
> +------+ | +----------+
> | +----------+ +----------+
> +-->| Level 2 |---->| Level 2a |
> +----------+ | +----------+
> | +----------+
> +-->| Level 2b |
> +----------+
>
> I tried to use "dot", but I can't manage to obtain exactly this kind of
> graph
>
> Thanks for any tip
>
> --
> Florence HENRY
> florence.henry@obspm.fr
>
>
I personally don't use it but have you seen the output from 'tree' ?
http://mama.indstate.edu/users/ice/tree/
You can find it under sysutils/tree in pkgsrc.
adrian.