Re: how to convert .top file to .dot file?

Joe Abley <[email protected]> Tue, 28 Nov 2006 18:08:51 -0500
Newsgroups gmane.network.toolmakers
Message-ID <[email protected]>
On 28-Nov-2006, at 17:37, Chao Yu ((ychao)) wrote:

> Hi, expert,
> how to convert .top file to .dot file? I try top2dot, seems does not
> work. maybe I my command is wrong "cat net.top | ./top2dot.awk =20
> >net.dot"

./top2dot.awk <net.top >net.dot

should work, as you say. If it doesn't, please send me your net.top, =20
net.dot and top2dot.awk files so I can look at them.

Thanks,


Joe