I\'m calling command line programs connected by pipes. All this works on Linux for sure.
My method:
protected String execCommand(String command) thro
Everyone who uses Runtime.exec should read this.