#AWK question
Anybody take an AT&T7300 question? Assume the following command:
awk '/FLTHOSP5/ /\t6510-/ ' /usr/neuro |tee /dev/tty |cat -u>>list
Is "\t6510-" the correct way to specify a field that begins with "6510-"
immediately following a tabstop field delimiter? I'm trying to avoid
finding "6510-" preceded by characters and then a space, which could occur
in differing ways in another field.
I would ask this in the unix forum, but they sneer at 7300's 🙂
Thanks, Rob.