Hello Fellas today I'm sharing my learning to how to execute a .sh file in linux
just follow the steps .
just follow the steps .
cd /path/to/file
chmod +x filename.sh
./filename.sh
thank you :)