yo,<br><br> awk -f foo.awk textFile.txt<br><br>How do I determine [programmatically} from WITHIN "foo.awk" its own name [foo.awk].<br>ARGV/ARGC don't get populated with the "-f"<br>switch.<br><br>I do NOT want to "hard wire" the name of the script to vararable - the "foo.awk" file can be changed/copied, but the actual implementation should NOT.<br><br>All I want to do is to "reconstruct" the original awk invokation line.<br><br>Any bright ideas?<br><br>thanks<br>