文件名称:awk-operation
-
所属分类:
- 标签属性:
- 上传时间:2013-11-12
-
文件大小:18.79kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.