[LBo] Re: PATH

Dave Lerner 7dvbyfk02 at sneakemail.com
Mon Nov 6 01:49:25 CET 2006


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)



More information about the QnA mailing list