Shell Scripting Basics
Updated
•1 min readWhat is shell scripting?
- Process of writing a series of commands for a Unix-based shell (like Bash, zsh, or sh) to execute sequentially
Difference between scripting and programming

Projects
Create a basic shell script that generates a template for scripting with the necessary information already filled in. ( its a hyperlink )
Understand Basics Arithmetic Ops
Creating multiple files using conditional operator (if-else)
Logical Ops in bash
Relational Ops in bash