1 new of 37 responses total.
I need to identify which words in a list do not exist in in a file called widgetlist. Can I create a pattern file called "widgets" with each widget in it on their own line; then, grep against a file called "widgetlist" to see which widgets are not in it? grep -fL widgets widgetlist
You have several choices: