prompt on std{err,out}

Jacob Meuser jakemsr at jakemsr.com
Sat Jun 15 19:13:19 EDT 2002


Apparently my app was just busted.  I wrote up a simple shell script:

this=`sudo -S -v`
echo
echo $this
sudo -k
this=`sudo -S -v 2>&1`
echo
echo $this

which behaved exactly like I wanted it too.

Sorry for the noise ... thanks for sudo :)

--
<jakemsr at jakemsr.com>



More information about the sudo-users mailing list