使用grep查找在两个文件交集
Hujiuxiang
・1 分钟阅读
查找在两个文件交集
grep -Fx -f file1 file2
grep -Fx -f file1 file2