
In this lesson you will learn how to:
Write your first bash shell script.
Name your shell scripts.
Set the proper Linux file permissions on your shell script.
In this lesson you will learn:
What a shebang is and the errors you can run into if you don't use one.
What shell builtins are, how to determine what is a builtin and not, and when to use them.
Using variables in your scripts.
In this lesson you will learn:
The rules for naming variables.
When capitalization is important.
How to use comments and blank lines to make your scripts easy to read and understand.
In this lesson you'll learn how to pseudocode. It’s like creating an outline of your script before you start scripting. You'll learn how to write long or complicated scripts by simply breaking them down into easy-to-script pieces.
In this lesson you will learn how to control the execution of your scripts by using if statements. You will also learn about one of the many shell built-in variables.
The contents of this lecture are so secret I'm not even allowed to describe it! Open, if you dare.
In this mini-course, you'll learn the essentials of writing your own Linux shell scripts, including:
I've used shell scripts to save myself countless hours of tedious work. More importantly, having the ability to write shell scripts has helped me enormously in my career.
Not only did I get to take on some very interesting projects because I had the ability to shell script, I was also able to jump right to the front of the line when it came time for promotions.
I want that same thing for you, too!
Even if you're not interested in furthering your career, you can write shell scripts that organize your vacation photos, track your stock portfolio, and more...
I can't wait to see what shell scripts you create!
Jason