how to run .sh file ubuntu code example
Example 1: how to install .sh file in ubuntu
bash file_name.sh
#Ex: $ bash Anaconda3-2020.11-Linux-x86_64.sh
Example 2: how to run a .sh file
./yourscript.sh
Example 3: ubuntun run .sh\
chmod +x /path/to/yourscript.sh