RE: how to convert .top file to .dot file?
"Chao Yu \(ychao\)" <[email protected]> Wed, 29 Nov 2006 08:06:18 +0800
| Newsgroups | gmane.network.toolmakers |
|---|---|
| Message-ID | <08F33A783894784A876AA0C8F3E1B49001E6427E@xmb-hkg-412.apac.cisco.com> |
Hi, Joe, Thanks for help. After using ./top2dot.awk <net.top >net.dot, the dot file seems not right.=20 Attachemnt file is net.top, net.dot and top2dot.awk, pls help to check. thanks regs/Chao Yu -----Original Message----- From: Joe Abley [mailto:[email protected]]=20 Sent: Tuesday, November 28, 2006 6:09 PM To: Chao Yu (ychao) Cc: [email protected] Subject: Re: how to convert .top file to .dot file? 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=20 > work. maybe I my command is wrong "cat net.top | ./top2dot.awk > >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