Introduction to Bash Scripting
Chapters
If you are looking for a beginer's course for Bash scripting, This course is very well for you. I've covered some of the most important topics to get you started. Course contents include
- Welcome message [Free]
- What is Bash
- Command line shortcuts and tricks
- Getting started with Bash profiles
- Bash Expansions
- Command Redirection and Piping
- Using Echo and PrintF and how to preventing command expansion
- Understanding local and environment variables
- Bash script syntax
- A basic Bash script
- Working with numbers and operators
- Working with arrays
- Controlling output with awk, grep and cut commands. How to use basic bash color themes with your output.
- Working with here document and files
- Flow control statements and loops
- Introduction to functions
- Interacting with user
- Closing note
I hope that you will learn heaps from this course, please leave your feedback and improvement suggestions.
Author: Subject Coach
Added on: 23rd Jan 2015
Please get in touch with your teacher or tutor in case you have a question related to this lesson
None just yet!
Hi!
You are with Jas, In this course with will learn about Bash.
Bash, is also known as Born again shell. It is used by administrators and programs to interact with Linux based operating system. Bash is the default shell for Linux and Mac OS. In this course we will cover various topics such as!
What is Bash?,
Command editing tricks and shortcuts.
Bash profiles.
Displaying text with Echo.
Bash variables.
Environment variables.
A word on controlling output with cut, awk and grep commands.
Command shortcuts.
Reading from and writing to files.
Loops.
How to use Functions.
Interacting with user.
In next chapter, I will tell you about history of Bash and