‌Videocast : Bash Script (part 2)

Here is the first part of Bash Script tutorial, that was about writing a simple script and running it, we also talked a little about functions and loops, in addition, this post is the second part of Bash Script videos and we cover :

  • More options in echo
  • Introduce printf
  • Functions
  • for, while, until loops
  • Syntax
  • getopts
  • ….