awk print格式里面如何引用参数
展开全部
[root@host51 ~]# cat /kkk
1111111
2222222
3333333
[root@host51 ~]# awk '{print}' /kkk
1111111
2222222
3333333
[root@host51 ~]# awk '{print NR}' /kkk
1
2
3
[root@host51 ~]# awk '{print NF}' /kkk
1
1
1
[root@host51 ~]#
具休还是看下教程吧blog.csdn.net/cbuy888/article/details/80561461
百度搜"linux awk详细使用方法" 我写的
1111111
2222222
3333333
[root@host51 ~]# awk '{print}' /kkk
1111111
2222222
3333333
[root@host51 ~]# awk '{print NR}' /kkk
1
2
3
[root@host51 ~]# awk '{print NF}' /kkk
1
1
1
[root@host51 ~]#
具休还是看下教程吧blog.csdn.net/cbuy888/article/details/80561461
百度搜"linux awk详细使用方法" 我写的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询