Home
Manpages
About
(root)/
gawk-5.2.2/
test/
argtest.awk
BEGIN { for (i = 0; i < ARGC; i++) printf("ARGV[%d] = %s\n", i, ARGV[i]) }