Shell命令

161 阅读1分钟

shell常用命令

# 
awk 'ARGIND==1 {a[$1]=1} ARGIND==2 {if(!($1 in a)) print $0 > "unique.txt"}' a.txt b.txt