Something is going really wrong with my cmd. I am trying to run a simple 'ls' command and it is impossible. The error says
Command 'ls' is available in '/bin/ls The command could not be located because '/bin' is not included in the PATH environment variable.'
I tried to find similar question but I didn't managed to fix the problem, and I am afraid that I will make it worse. When I run
echo $PATH
I am getting this
bash: SPATH:/home/george/snap/flutter/common/flutter/bin:/opt/netbeans/bin: No such file or directory
I think I messed it up with flutter and netbeans but I am not sure how to fix it. Thank you for your time.