bookmark

linux - shell to filter prohibited words on a file - Stack Overflow


Description

$ awk 'FNR==NR{for(i=1;i<=NF;i++)w[$i];next}(!($1 in w))' stop.txt freq.txt

Preview

Tags

Users

  • @folke

Comments and Reviews