I had edited the bashrc file wrongly in my Ubuntu, while trying to put an "export" command in bashrc for javac.
When I type sudo, it's saying:
Command 'sudo' is available in '/usr/bin/sudo' The command could not be located because '/usr/bin' is not included in the PATH environment >variable. sudo: command not found
How should I correct this?