I thought in the older version you could use a * instead of the -all and get the same thing, but it gives me the same error. I thought I just had the syntax wrong. Are you familar with the * matching all?
I am writing a tcl script and I am not familar with how to use the lsearch -regexp command to get "all" the segments in a file. Here is a peice of my code: if {$filenum > 0} { set filename [lindex $filelist 0] set fileid [open $filename r] set newfile [read $fileid] set segments [split $ne...