At 17:09 2/1/00 -0500, [EMAIL PROTECTED] dug out of the snow and wrote:
>Maybe a env var to make it totally backwards even w/o warning?
>$I_WANT_A_BROKEN_BASH perhaps, because why should ps have all the fun? :)

you can have the opposite easily... $I_WANT_NEW_BASH

said "envvar" is set by executing the following "script"
su
cd /bin
mv bash bash1
ln -s bash2 bash
exit

you could then switch back using the opposite symlink.

that would be system wide of course... per user would be more like
cd ~/bin
ln -s /bin/bash2 bash



  cabbey at home dot net <*> http://members.home.net/cabbey
           I want a binary interface to the brain!
Today's opto-mechanical digital interfaces are just too slow!

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to