jetsung awk 中有单引号的解决方法 ls *.mkv > filelist.txt && awk '{print "file '\''"$0"'\''"}' filelist.txt 使用 '\'' 的方式添加单引号