shell>> i='a'

awk '$1 ~ /'$i'/ {print $0}' test.txt

 

awk中,变量 增加单引号即可

相关文章: