Hi,
I'm trying to run this command in order to search Strings in a file, i'm running the command as following :
fastgrep --jobs 2 --size 2 "cpe:2.3:a:busybox:busybox:-:*:*:*:*:*:*:*" MyTasks/arc-1003/official-cpe-dictionary_v2.3.xml
I'm getting the following error :
error: Found argument 'MyTasks/arc-1003/official-cpe-dictionary_v2.3.xml' which wasn't expected, or isn't valid in this context USAGE: fastgrep [FLAGS] [OPTIONS] <PATTERN> --jobs <NUMBER> --size <NUMBER> For more information try --help
How can i give the name of the file where to search ?
Hi,
I'm trying to run this command in order to search Strings in a file, i'm running the command as following :
fastgrep --jobs 2 --size 2 "cpe:2.3:a:busybox:busybox:-:*:*:*:*:*:*:*" MyTasks/arc-1003/official-cpe-dictionary_v2.3.xmlI'm getting the following error :
error: Found argument 'MyTasks/arc-1003/official-cpe-dictionary_v2.3.xml' which wasn't expected, or isn't valid in this context USAGE: fastgrep [FLAGS] [OPTIONS] <PATTERN> --jobs <NUMBER> --size <NUMBER> For more information try --helpHow can i give the name of the file where to search ?