Bash Shell Scripting: From Zero To Automation
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 2.52 GB | Duration: 6h 27m
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 2.52 GB | Duration: 6h 27m
Learn all Bash Basics, Then Master Bash Shell Scripting by Automating 6 Simple Tasks of incremental Difficulty
What you'll learn
Write your own Shell scripts for Automation
Strings, variables and files manipulation
Learn to Automate 6 Simple Tasks on your computer with 6 Shell Scripts
If-Else statements
Advanced Arithmetic expressions
Loops through files and folders
The Path Environment Variables
Input and Output Redirection
Arrays
Wildcards
and more…
Requirements
Extremely Basic knowledge of the terminal
Have a Linux or Mac system ( Also Windows 10 with a linux terminal or GitBash inside)
Description
Do you know any real and practical Bash Shell script?There is a lot of abstract Bash Scripting that shows you isolated elements of bash programming.However this can go only so far. You will not be ready for real world programming in your job if you have a theory based knowledge.In this Course We will cover ALL the basics of terminal and bash scripting thoroughly, but without wasting any time,we will then Automate 6 Simple and Real Task with Bash Scripts that you can use in your everyday life as a programmer.They are carefully selected to build all the skills you need in Bash Scripting.For this Reason they are of incremental complexity.We will present and explain in details a command or a practice in Bash Scripting ONLY when it will be used in one of our main real world scripts, and we will build it together step by step, showing you the best practices when programming a real script.In this way, not only will you learn ALL the fundamental ( and even some advanced ) elements in Bash Scripting, but you will know how to apply those in a Real scenario to solve a Real Problem.Everything is explained at a slow pace and thoroughly to make sure you can follow along. Even if you never used the command line, the First 2 Sections will teach you all the tools necessary to use the command line and start writing your shell scripts, nothing important is left out, nothing useless is left in.By the end of the course you'll be writing your own Shell Scripts, in particular you will learn how to:Use the command lineAutomate tasks using Shell ScriptsCreate and use variables in your scriptsManipulate variables to a wide extentUse WildcardsUse Input and output RedirectionSource subshellsMake decisions by using if-else statementsLoop through files and foldersMake decision based on strings, variables or filesUse arithmetic expressionUse advanced computations with the BC command line environmentScripts with parameters and how to "shift"Change the Internal field separator plus why and when to do so.Use ArraysHow to properly use your PATH, and a script to work with itCreate Shell Scripts that solves real world problemsand much more… You will write Scripts that:Move back any numbers of directories you want in the terminalFind the longest string inside any text file Performs computations that terminal normally does NOT allowRead files in your Linux system that have particular separators ( not the usual space )Get clear Information of files in your PATH, the most important environment variable of your systemUse arrays to know how many times your files were modified during the dayWriting these scripts will allow you to develop an actual skill in creating scripts to solve real problems.You can Become a Programmer in Bash Scripting who knows how to solve actual problems.and You can start now.Looking forward to see you there.Francesco
Who this course is for:
Anyone who would like to learn how to automate tasks with the terminal, Anyone familiar with the Terminal but not with Shell Scripting, Anyone who wants to learn by creating, Anyone who wants to see and learn simple real world bash scripts