PolyAwk - AWK question
Martin J Brown-Jr
MJB at cup.portal.com
Fri May 5 17:16:37 AEST 1989
As Jonathan Kamens pointed out, I needed to move the single quote inside of
the file to be read in the following line of INCORRECT "code":
awk '$0 !~ /Command:*/ { print $0 >"d:foo" } "d:sourcefile"'
( the ' ( the ' should be after >"d:foo" }'
( the ' should be after >"d:foo" }' in the above code.
Thanx to all who helped me with this.
No more net bandwidth need be expended on this problem. Problem solved.
- MJB -
More information about the Comp.unix.questions
mailing list