ARGC The number of command line arguments (does not include options to gawk, or the program source). 命令行参数的个数 ARGIND The index in ARGV of the current file being processed. 命令行中文件序号 ARGV Array of command line arguments. The array is indexed from 0 to ARGC - 1. Dynamically changing the contents of ARGV can control the files used for data. 命令行参数数组