procmail flag vars && awk?1997-09-01 13:15:49I am using an awk script to process some data under procmail.
I am aware that procmail uses '$1', '$2', etc. for passing options; but I
do not use them.
Question:
Will:
:0?
* ?
| awk - -e '{print $1}'
Work in procmail, or will I need to escape the "$", in order for awk to
work correctly, as this command would on the standard command line?
And if so: how?--"\$1"?
|
|
||||||||||||||||