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

The source.