public class BackupToZip
extends java.lang.Object
Constructor and Description |
---|
BackupToZip() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Extracts lines in files that contain a given string.
|
public static void main(java.lang.String[] args)
args
- strings to search for, then a -, then names of files to process, no wildcards.
strings are case sensitive, not regexes.
-all switch means all strings must match
-where switch means display where each line found file/line #