mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
450 B
Plaintext
10 lines
450 B
Plaintext
This package is multi-byte extented GNU GREP. It accepts text which
|
|
includes multi-byte character code. Supported multi-byte codes are
|
|
2 byte EUC code and/or Shift-JIS code.
|
|
|
|
Grep searches the named input files (or standard input if no files are
|
|
named, or the file name - is given) for lines containing a match to
|
|
the given pattern. By default, grep prints the matching lines.
|
|
|
|
Multi-byte patch by t^2(Takahiro Tanimoto, NBC02362@niftyserve.or.jp)
|