来源: http://commandlinefu.cn/

1
2
3
4
5
## 第一列去重
awk '!array[$1]++' file.txt

## 如何同时操作多个文件
touch file{1,2,3,4,5}.sh