"Russ Cox" <[EMAIL PROTECTED]> wrote: > If you're using awk and want the first 24 characters, I'd use substr.
Yup, substr is in there; but it needs to be fed the position dynamically with the regex. Thanks again! -Derek
"Russ Cox" <[EMAIL PROTECTED]> wrote: > If you're using awk and want the first 24 characters, I'd use substr.
Yup, substr is in there; but it needs to be fed the position dynamically with the regex. Thanks again! -Derek