⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 grepusage.txt

📁 代码是一个分类器的实现,其中使用了部分weka的源代码。可以将项目导入eclipse运行
💻 TXT
字号:
Usage: java gnu.regexp.util.Grep [OPTION]... PATTERN [FILE] ...Search for PATTERN in each FILE or standard input.Most options same as GNU grep.Regexp selection and interpretation:  -E, --extended-regexp     PATTERN is an extended regular expression  -G, --basic-regexp        PATTERN is a basic regular expression  -i, --ignore-case         ignore case distinctionsUnsupported (may be available in a future release):  -e, --regexp=PATTERN      use PATTERN as a regular expression  -f, --file=FILE           obtain PATTERN from FILE  -F, --fixed-regexp        PATTERN is a fixed string separated by newlines  -w, --word-regexp         force PATTERN to match only whole words  -x, --line-regexp         force PATTERN to match only whole linesMiscellaneous:  -s, --no-messages         suppress error messages  -v, --revert-match        select non-matching lines  -N, --encoding	    use the specified file encoding  -z, --zip		    expand ZIP files  -V, --version             print version information and exit      --help                display this help and exitOutput control:  -b, --byte-offset         print the byte offset with output lines  -n, --line-number         print line number with output lines  -h, --no-filename         suppress the prefixing filename on output  -q, --quiet, --silent     suppress all normal output  -L, --files-without-match only print FILE names containing no match  -l, --files-with-matches  only print FILE names containing matches  -c, --count               only print a count of matching lines per FILEUnsupported (may be available in a future release):  -H, --with-filename       print the filename for each matchContext control:Unsupported (may be available in a future release):  -B, --before-context=NUM  print NUM lines of leading context  -A, --after-context=NUM   print NUM lines of trailing context  -NUM                      same as both -B NUM and -A NUM  -C, --context             same as -2  -U, --binary              do not strip CR characters at EOL (MSDOS)  -u, --unix-byte-offsets   report offsets as if CRs were not there (MSDOS)With no FILE, or when FILE is -, read standard input. If less thantwo FILEs given, assume -h. Exit with 0 if matches, with 1 if none.Exit with 2 if syntax errors or system errors.Report bugs to <wes@cacas.org>.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -