linux命令——awk
awk用法awk ‘{pattern + action}’ {filenames}
使用方式awk -F 分隔符 ‘{command操作}’awk -f awk-script-file input-f
...
道法自然