I was looking for a file utility to perform a grep action and get the results as a List.
e.g. List matches = SomeUtility.grep(new File("my.log"), ".*ERROR.*");
Is there anything like this implemented in one of the commons projects?
Thanks,
-Jim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
