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