ugrep option -b with option -o or with option -u, ugrep displays the exact byte offset of the pattern match instead of the byte offset of the start of the matched line reported by GNU/BSD grep. ugrep option -u, --ungroup to not group multiple matches per line. This option displays...
-L, --files-without-match print only names of FILEs containing no match -l, --files-with-matches print only names of FILEs containing matches -c, --count print only a count of matching lines per FILE -T, --initial-tab make tabs line up (if needed) -Z, --null print 0 byte after...
-f FILE, --file=FILE Obtain patterns from FILE, one per line. If this option is used multiple times or is combined with the -e (--regexp) option, search for all patterns given. The empty file contains zero patterns, and therefore matches nothing. -i, --ignore-case Ignore case dist...
-i 或 --ignore-case: 忽略字符大小写的差别。 -l 或 --file-with-matches: 列出文件内容符合指定的样式的文件名称。 -L 或 --files-without-match: 列出文件内容不符合指定的样式的文件名称。 -n 或 --line-number: 在显示符合样式的那一行之前,标示出该行的列数编号。 -o 或 --only-matching: 只显...
-l, --files-with-matches print only names of FILEs containing matches -c, --count print only a count of matching lines per FILE -T, --initial-tab make tabs line up (if needed) -Z, --null print 0 byte after FILE name Context control: ...
matchPATTERNwill be skipped.-L,--files-without-match print only namesofFILEs containing no match-l,--files-with-matches print only namesofFILEs containing matches-c,--count print only a countofmatching lines perFILE-T,--initial-tab make tabs lineup(ifneeded)-Z,--nullprint0byte afterFILE...
-l, --files-with-matches print only names of FILEs containing matches -c, --count print only a count of matching lines per FILE -T, --initial-tab make tabs line up (if needed) -Z, --null print 0 byte after FILE name Context control: ...
this help text and exitOutput control:-m,--max-count=NUM stop after NUM matches-b,--byte-offset print the byte offset with output lines-n,--line-number print line number with output lines--line-buffered flush output on every line-H,--with-filename print the file name for each match-...
ugrep option -b with option -o or with option -u, ugrep displays the exact byte offset of the pattern match instead of the byte offset of the start of the matched line reported by GNU/BSD grep. ugrep option -u, --ungroup to not group multiple matches per line. This option displays...
-m <NUM>, --max-count <NUM> Limit the number of matching lines per file searched to NUM. --max-depth <NUM> Limit the depth of directory traversal to NUM levels beyond the paths given. --max-filesize <NUM+SUFFIX?> Ignore files larger than NUM in size. This does not apply to dire...