Re: [ns] help with ns codes

2011-03-13 Thread Justin
Serene, That really looks like 'awk' code. Where did you find the code? In a TCL script? Was it in something like this: exec awk { $3 / ($5 * $1) } ? Awk is a programming language (usually just on Linux/Unix) that very easily allows you to handle data. It functions on

[ns] help with ns codes

2011-03-12 Thread serene wong
Hi, I came across codes something like 1:($3/($5*$1))}. May I know what does that means? I didn't see any declaration anywhere in the code. Can anyone enlighten me? Thanks in advance.