nxbdi / unix4j

Automatically exported from code.google.com/p/unix4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grep does not print the linenumber in front of each line as per the documentation

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Run a test case in Java
2. Unix4j.grep(Grep.Options.lineNumber, "sql", "QueryLog.Fri").toStdOut();

What is the expected output? What do you see instead?

It is expected to have a line number next to the output of each line

What version of the product are you using? On what operating system?
0.3
Please provide any additional information below.

Original issue reported on code.google.com by berlin.b...@gmail.com on 4 Sep 2013 at 1:40

sorry for late response.

Original comment by terz...@gmail.com on 6 Nov 2013 at 8:23

  • Changed state: Accepted