Watching:  

Introduction to Bash Scripting


Author: Subject Coach
Added on: 23rd Jan 2015

 
Please note: You need to login to view this resource

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

  1. Welcome message [Free]
  2. What is Bash
  3. Command line shortcuts and tricks
  4. Getting started with Bash profiles
  5. Bash Expansions
  6. Command Redirection and Piping 
  7. Using Echo and PrintF and how to preventing command expansion
  8. Understanding local and environment variables
  9. Bash script syntax
  10. A basic Bash script
  11. Working with numbers and operators
  12. Working with arrays
  13. Controlling output with awk, grep and cut commands. How to use basic bash color themes with your output.
  14. Working with here document and files
  15. Flow control statements and loops
  16. Introduction to functions
  17. Interacting with user
  18. 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!

You have learned quite a bit in a very short time. Most of the times, knowledge is built with knowledge, whatever you have gathered in this course, make sure to make good use of it. There is so much that you can achieve with bash script, and with contant learning, you can build really advanced scripts. There are heaps of online resources that you can utilize. First one is How to guide for bash, by Mike G. Then If you ever have a question to ask regarding bash scripts, you can seek professional help for free on stack overflow. Many professionals use stack overflow site day in day out and help each other out. Check out questions that are tagged with bash, to see if your questions is already answered. Other bash resource to keep in touch would be bash hackers wiki site. The main motivation for this wiki was to provide human-readable documentation and information to not force users to read every bit of the Bash manpage. This is actually a very handy site and is full of information. And then we have www.gnu.org with Bash reference manual, which is kinda very handy and has some examples for various things. You can also use built in manual for bash by just typing man bash in command line.

I hope that you enjoyed this course, Please send us feedback and improvement suggestions. Thank you for taking this course.