- File has
.shfile extension - All bash scripts must start with the shebang:
#!/bin/shto run the bash shell - scripts are ran like:
sh thefile.sh./thefile.shif the sh file haschmod a+xpermissions
- SYNTAX MATTERS
Concepts
- CLS
- Bash Printing
- Bash Comments
- Bash Variables
- Bash User Inputs
- Bash Conditionals
- Bash Arguments
- Shell Aliases