ProcessOutputExample
-- reads output from a UNIX process.
To see this example in action:
Compile the Java source file, ProcessOutputExample.java:
javac ProcessOutputExample.java
Run the class:
java ProcessOutputExample
The source.