|
|
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
|
|
- Backtalk version 1.3.30 - Copyright 1996-2006, Jan Wolter and Steve Weiss