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

The source.