Bash Scripting Full Course 3 Hours

preview_player
Показать описание
Try our Bash Boot Camp Course to really uplevel your bash skills!

In this FREE Bash Scripting Course, you will learn from printing a simple “Hello World” to using conditional statements such as if statements, case statements to using loops such as while, for and until loops to using awk, sed and debugging bash scripts. All in all, we will learn and cover the following topics:

1-Hello Bash Scripting
2-Redirect to file
3-Comments
4-Conditional Statements
5-Loops
6-Script input
7-Script output
8-how to send output from one script to another scrpt
9-String Processing
10-Numbers and Arithmetic
11-Declare Command
12-Arrays
13-Functions
14-Files and Directories
15-Send Email Via Script
16-Curl in Scripts
17-Professional Menus
18-Wait for filesystem events with inotify
19-Introduction to grep
20-Introduction to awk
21-Introduction to sed
22- Debugging bash scripts

Link to written article on this course:
Рекомендации по теме
Комментарии
Автор

0:55 Hello Bash Scripting
5:25 Redirect to file
8:49 Comments
11:49 HereDoc
14:01 IF Conditional Statement
16:47 IF-ELSE Conditional Statement
19:00 ELIF Conditional Statement
21:18 AND Operator
26:21 OR Operator
29:10 CASE Conditional Statement (Incomplete explanation)
29:47 Loops
30:19 WHILE Loop
33:54 UNTIL Loop
36:20 FOR Loop
39:44 BREAK and CONTINUE Statements
45:29 Script input (STDIN)
55:58 Script output (STDOUT and STDERR)
1:01:40 Pipes (Send output from one script to another script)
1:05:53 Strings processing
1:15:39 Numbers and Arithmetic
1:20:56 Convert from Hexadecimal to Decimal Numbers
1:23:07 DECLARE command
1:28:27 Arrays
1:35:06 Functions
1:43:10 Files and directories
1:58:42 Sending email via script

inconsequentialstuff
Автор

When i hear the accent, I know I'm gonna learn a lot today ! Thank you sir, really good video.

iwclugz
Автор

What I loved about this full 3Hour video is, it is not too basic and not too advanced, it is just perfect for almost everyone who already know a bit of linux and also pretty good for people trying to brush up their basics.

ShubhamHingne
Автор

Amazing, I actually feel confident in the terminal now. Thanks a lot!

michasedziwoj
Автор

Just wanted to send you a big thank you for putting this together. I'm very new to Linux and this was a great course to quickly become oriented to bash scripting. Thanks!!!

Duffbeeryahoo
Автор

This great. I'm about half way through but wanted to acknowledge your teaching style of going detail and the time. This is one of the best I've seen on youtube and it's a good resource for me to brush up my bash scripts for work.

viciouz
Автор

You don't know how happy I am to find this content, great explanation, exactly what I needed

Sugmadik
Автор

I've been through quite a few online Bash courses, but this was by far the best. Really superb. He explains everything slowly and painstakingly, not glossing over anything, and leaving nothing to chance. Even complicated concepts are made clear.

waltermitty
Автор

At 1:12:00 the script checks for the string that appears first in the dictionary order, not the lengths of the strings
At 1:15:11, str1^ capitalizes the first letter of the string, str1^^ capitalizes the whole string, str^^h capitalizes every occurrence of h in the string, but instead of str^^, in the video str^ was used

MBhanuprakash
Автор

I am watching your 3 hr tutorial agin and again. I've even bookmarked your website url. It helps quite a lot in learning Bash scripting better watching you do it. You are really good in explaining and demonstrating complex topic in simplied manner. Thank you for all your hard work. 😁

kopilkaiser
Автор

5:25 Redirect to file
8:49 Comments
11:49 HereDoc
14:01 IF Conditional Statement
16:47 IF-ELSE Conditional Statement
19:00 ELIF Conditional Statement
21:18 AND Operator
26:21 OR Operator
29:10 CASE Conditional Statement (Incomplete explanation)
29:47 Loops
30:19 WHILE Loop
33:54 UNTIL Loop
36:20 FOR Loop
39:44 BREAK and CONTINUE Statements
45:29 Script input (STDIN)
55:58 Script output (STDOUT and STDERR)
1:01:40 Pipes (Send output from one script to another script)
1:05:53 Strings processing
1:15:39 Numbers and Arithmetic
1:20:56 Convert from Hexadecimal to Decimal Numbers
1:23:07 DECLARE command
1:28:27 Arrays
1:35:06 Functions
1:43:10 Files and directories
1:58:42 Sending email via script
2:05:20 Curl
2:12:44 Professional Menus
2:31:12 grep
2:41:37 awk
2:51:54 sed
3:02:24 Debugging

mr.shanegao
Автор

Well organized and worked as a a very nice refresher after being away from BASH scripting awhile! Thank you!

maxpolaris
Автор

I really really love what you've done here thank you very much for taking the time to run through all of this for us. I think what would drive the point home even more is to provide some real-world examples and how you would apply each of the scripts.

Your examples are fabulous, but they're abstract

BrianThomas
Автор

for i in do echo"thank you";done ..

You are amazing, and doing a great job. Keep you the good work

ashellz
Автор

This is the best bash shell scripting tutorial I have ever seen!

adamhendry
Автор

Thank you so much sir this tutorial helps me lot learn shell scripting and way of explanation was fabulous

sudheergowra
Автор

Thank you so much for your time and this session plus the basis examples to keep the actual point's to be in clear 🙂

lalitdhadwal
Автор

Thank you! This is literally the only video i found that covered every single thing I needed to know in order to make a sedscript (and also many useful things, I didn't know I actually needed)

peachmeable
Автор

Thank you very much for investing your time to help people. I learned something new which I don't used to know before. Keep making these types of videos it helps a lot <3

ashfaquealam
Автор

Fantastic ! Easy to understand and amazing tutorial to get started with Bash Scripting, helped me a lot ! Thanks ! Keep the great work !

GameNon-Quitters