jisao wrote on 11/05/2006 07:37 PM: > If your $PATH is lost in BASH, how do you restore the default one > (without exiting the shell)? Here's one way: $ bin/bash $ echo $PATH Save the output of the above command, e.g. in the clipboard. $ exit $ PATH=(output saved above)