awk comments
Donn Pedro
dfpedro at uswnvg.UUCP
Sat Apr 27 14:42:30 AEST 1991
In article <6188 at flint4.UUCP>, tang at motcid.UUCP (Sam D. Tang) writes:
> How does one add comments to an awk program?
>
Since an awk program is usually written in unix shell, I just comment
outside of the actual awk script.
like this:
#gonna do some awk now. look out
awk
{
awk like stuff
}
Look in the back of :'The AWK Progamming language' for examples.
dfpedro at uswnvg.UUCP
More information about the Comp.unix.programmer
mailing list