001、
[root@pc1 test1]# ls a.txt [root@pc1 test1]# a=4 [root@pc1 test1]# cat a.txt 1 [root@pc1 test1]# awk '{for(i = 1; i <= "'$a'"; i++) print "xx"}' a.txt xx xx xx xx
。
标签:test1,变量,pc1,awk,linux,txt,root From: https://www.cnblogs.com/liujiaxin2018/p/17758883.html