6 lines
37 B
Awk
Raw Normal View History

global ARGV;
BEGIN {
print ARGC;
}