📅  最后修改于: 2022-03-11 14:49:42.949000             🧑  作者: Mango
代码示例1
#To store awk output in same command a temporary file muste be used.
awk '(PROGRAM)' file > tmp_file && mv tmp_file file