qse/ase/cmd/awk/err-022.awk

6 lines
37 B
Awk
Raw Normal View History

global ARGV;
BEGIN {
print ARGC;
}