Shell Script - Basic [Part - 1]
First Script:
To find the path of bash on the Linux Terminal which bash
Run the below cmd to run/execute your shell script bash yourshellscript.sh Or ./yourshellscript.sh Or sh yourshellscript.sh
Make sure the script has executable permissio...
cloud-devops.hashnode.dev3 min read