I belive it should be in stdin, but I can't figure out how to access it. ... while read LINE; do echo ${LINE} # do something with it here done exit 0.
www.unix.com