标签:nr awk fnr shell
NR The total number of input records seen so far.
FNR The input record number in the current input file.
简单翻译:
NR 表示读到的文件行数
FNR 表示读到的当前文件行数
本文出自 “linuxsed” 博客,转载请与作者联系!
awk中NR和FNR的区别,布布扣,bubuko.com
awk中NR和FNR的区别
原文地址:http://51network.blog.51cto.com/864602/1430397