文件名称:awk-operation
介绍说明--下载内容均来自于网络,请自行研究使用
AWK常用操作
变量名 含义
ARGC 命令行变元个数
ARGV 命令行变元数组
FILENAME 当前输入文件名
FNR 当前文件中的记录号
FS 输入域分隔符,默认为一个空格
RS 输入记录分隔符
NF 当前记录里域个数
NR 到目前为止记录数
OFS 输出域分隔符
ORS 输出记录分隔符 -AWK common operating variable name meaning ARGC number of command line arguments ARGV array of command-line arguments the current input file name FILENAME FNR record number in the current file FS input field separator, a space by default input record separator RS NF current record in So far the number of records the number of NR domain OFS output field separator ORS output record separator
变量名 含义
ARGC 命令行变元个数
ARGV 命令行变元数组
FILENAME 当前输入文件名
FNR 当前文件中的记录号
FS 输入域分隔符,默认为一个空格
RS 输入记录分隔符
NF 当前记录里域个数
NR 到目前为止记录数
OFS 输出域分隔符
ORS 输出记录分隔符 -AWK common operating variable name meaning ARGC number of command line arguments ARGV array of command-line arguments the current input file name FILENAME FNR record number in the current file FS input field separator, a space by default input record separator RS NF current record in So far the number of records the number of NR domain OFS output field separator ORS output record separator
(系统自动生成,下载前可以参看下载内容)
下载文件列表
awk operation.docx