Closed morad3741 closed 6 years ago
Hi, when trying to:
List<String> lines = Unix4j.fromFile(logFile).grep(Grep.Options.n,"INFO ").toStringList();
the output not contains the line number
Thanks for reporting this bug. Indeed the line number option is currently not implemented.
I have committed a fix that will be released with the 0.5 version.
Fixed as of version 0.5 (yet to be released).
Hi, when trying to:
List<String> lines = Unix4j.fromFile(logFile).grep(Grep.Options.n,"INFO ").toStringList();
the output not contains the line number