[ns] [Manual] How to install the tcl-debug for release 2.29

2006-01-31 Thread tk424
way to solve this problem is to use a patch. The patch is available at http://web.umr.edu/~tk424/CpE401_EE401_Spring_2006/etc/tcl-debug-2.0/con figure. You can download the patch, replace the original configure, and then type in $ ./configure again. This patch works only for this bug

[ns] Subject: Re: very long trace files?

2007-01-03 Thread tk424
Dear Renata, Use of grep or egrep can speed up processing the trace file. Extract only relevant lines of traces by using pattern matching and pipe the extracted liines to perl or awk. For example, egrep ^r.*_0_.*cbr. There are A LOT more variations for the pattern matching. I would google both