On Jan 20, 2008 12:31 PM, Vinayakk Merwade <[EMAIL PROTECTED]> wrote: > I wrongly edited .bashrc file > to set environmental variable for java home > but now unable to run any of the command like 'll' 'vi' (so on) these give > error > that command not found
Maybe you messed around with PATH. Check the output of $ echo $PATH Try running those commands with full path, they should run. eg. $ /usr/bin/vi -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([email protected]) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.
