is there a way in a regular expression to define a fixed width position for several columns which are read in from a flat text file? Something like {23,15},{28,10} (Start reading from position 23, read 15 characters, continue on position 28, read 10 chr, continue, etc..) and drop those values into the $1, $2, etc variables?
Thanks!