qse/qse/cmd/awk/err-022.awk
2008-12-21 20:30:00 +00:00

6 lines
37 B
Awk

global ARGV;
BEGIN {
print ARGC;
}