Bash Script Cheat Sheet
Hello Redtm Save as hello.sh , give it execute permission chmod +x hello.sh and run ./hello.sh Parameters $1 is the first parameters, second parameters should be $2 and so on. Variables Variables used to store data to use in future by referencing to the variable name! There are 4 type of variable we can use … Read more