Re: Is there a Java text processor similar to Unix utilities?
Posted By:
Robert_Lybarger
Posted On:
Sunday, February 18, 2007 07:59 PM
You can install Cygwin GNU utilities and have the same "UNIX" utilities directly. Mind you, there are subtle differences between the ways a UNIX shell handles a command line and the ways windows "cmd.exe" handles a command line -- quotes, slashes, etc. (But you'll have this headache regardless of what language the utilities are written in.)