Hello, I have developped a few classes that might be of interest for the Commons Exec project. These classes provide a unix-like functionality by doing stream formatting and filtering. They are of course chainable, 100% Java and come with a few unit tests.
The command implemented thus far are - grep - cut - head - tail - sort - paste - tee - tr - A stream to String array adapter - A stream to String table adapter Those classes are usefull by themselves, but I think they would make a nice addition to the exec project. Let me know if you are interested in integrating them to exec. Since this is my first contribution, please advise on how to contribute. Regards, Philippe