Does anyone know a better way to direct awk output to more than one file descriptor than using
print "out" | "cat 1>&2"
for example?
I would nawk, but around here there is no "would" to nawk, and I can't stand around and gawk. It's a very awk-ward situation. I suppose I can always squawk.
print "out" | "cat 1>&2"
for example?
I would nawk, but around here there is no "would" to nawk, and I can't stand around and gawk. It's a very awk-ward situation. I suppose I can always squawk.