improved the standard console handler to handle when ARGV has been overridden in a script
This commit is contained in:
2
qse/regress/awk/emp-021.awk
Normal file
2
qse/regress/awk/emp-021.awk
Normal file
@ -0,0 +1,2 @@
|
||||
{ names = names $1 " "; }
|
||||
END { print names; }
|
Reference in New Issue
Block a user