<div dir="ltr">Try redirecting stdout and stderr to a file.   notty -12 blahblahblabhalh  >& /tmp/logfile  <div><br></div><div>That's with csh or tcsh . With sh it would be notty -12 blsahblahblbha  > /tmp/logfile 2>&1</div><div><br></div><div>And then see what error you are getting.</div><div><br></div><div>-Matt</div></div>