4-4-使用外部变量

14 Dec 2018

gawk

实例:

awk  '{print test}' test="$test" filename

sed

单双引号

sed -i '1i\'"$var"'' filename