An exciting event where we not only revisit the basics, but also delve deeper into the world of shell scripting.
- Learn about the origins of shell scripting
- Learn basic shell syntax
- Create a command line password authenticator program
- Create a basic calculator
In order to give you the best experience, I have written a number of articles with easy to follow steps that will help you learn at your own pace.
- Write Your First Shell Script: Link to article
- Shell Scripting: Variables: Link to article
- Shell Scripting: Reading User Input: Link to article
- Shell Scripting: Passing Arguments To A Script: Link to article
- Shell Scripting: Comparison Operators And If Statements: Link to article
- Shell Scripting: Logical Operators: Link to article
- Shell Scripting: Arithmetic Operators: Link to article
- Shell Scripting: Floating Point Numbers: Link to article
- Shell Scripting: Case Statement: Link to article
- Shell Scripting: Arrays: Link to article
- Linux: File Permission: Link to article