Bash Shell Scripting, 2nd Edition
Focused View
8:12:38
77 View
001 - Bash Shell Scripting Introduction .mp4
03:41
002 - Module introduction .mp4
00:27
003 - Learning objectives .mp4
00:34
004 - 1.1 Installing Ubuntu Linux .mp4
06:55
005 - 1.2 Installing Red Hat Linux .mp4
06:14
006 - 1.3 Using Windows Subsystem for Linux .mp4
05:01
007 - 1.4 Using the Bash Shell in MacOS .mp4
01:29
008 - Learning objectives .mp4
00:48
009 - 2.1 Understanding the Role of Bash .mp4
02:09
010 - 2.2 Using STDIN, STDOUT, STDERR and I O Redirection .mp4
09:07
011 - 2.3 Using Internal Commands .mp4
03:14
012 - 2.4 Using Variables .mp4
05:02
013 - 2.5 Working with alias .mp4
02:14
014 - 2.6 Using Bash Startup Files .mp4
05:58
015 - 2.7 Understanding Alternative Shells .mp4
03:30
016 - 2.8 Understanding Exit Codes .mp4
03:00
017 - Lesson 2 Lab Using Bash .mp4
00:45
018 - Lesson 2 Lab Solution Using Bash .mp4
04:28
019 - Learning objectives .mp4
00:33
020 - 3.1 What is a Shell Script .mp4
02:02
021 - 3.2 What is a DevOps Environment .mp4
05:59
022 - 3.3 Bash and Other Shells .mp4
03:32
023 - 3.4 Shell Scripts vs. Automation .mp4
03:11
024 - 3.5 Shell Scripts vs. Python .mp4
01:53
025 - 3.6 Bash Shell Scripts vs. PowerShell Scripts .mp4
01:04
026 - Lesson 3 Lab Running a Bash Shell in Zsh .mp4
00:27
027 - Lesson 3 Lab Solution Running a Bash Shell in Zsh .mp4
03:42
028 - Learning objectives .mp4
00:46
029 - 4.1 Using echo .mp4
03:45
030 - 4.2 Using printf .mp4
06:49
031 - 4.3 Using Bash Options .mp4
03:50
032 - 4.4 Using Patterns .mp4
03:58
033 - 4.5 Using grep .mp4
05:56
034 - 4.6 Understanding Regular Expressions .mp4
09:12
035 - 4.7 Using cut and sort .mp4
03:39
036 - 4.8 Using tail and head .mp4
02:36
037 - 4.9 Using sed .mp4
06:14
038 - 4.10 Using awk .mp4
03:18
039 - 4.11 Considering External Tools and Performance .mp4
05:29
040 - Lesson 4 Lab Using Linux Commands .mp4
00:52
041 - Lesson 4 Lab Solution Using Linux Commands .mp4
04:49
042 - Module introduction .mp4
00:20
043 - Learning objectives .mp4
00:32
044 - 5.1 Choosing an Editor .mp4
01:23
045 - 5.2 Shell Scripts and IDEs .mp4
01:05
046 - 5.3 Core Bash Script Ingredients .mp4
10:19
047 - 5.4 Running the Scripts .mp4
01:46
048 - 5.5 Finding Help About Scripting Components .mp4
03:41
049 - Lesson 5 Lab Writing your First Script .mp4
00:32
050 - Lesson 5 Lab Solution Writing your First Script .mp4
03:05
051 - Learning objectives .mp4
00:47
052 - 6.1 About Terminology .mp4
03:02
053 - 6.2 Quoting .mp4
04:29
054 - 6.3 Defining and Using Variables .mp4
12:28
055 - 6.4 Defining Variables with read .mp4
05:01
056 - 6.5 Separating Code from Site Specific Data .mp4
08:20
057 - 6.6 Viewing Variables .mp4
02:35
058 - 6.7 Handling Script Arguments .mp4
05:22
059 - 6.8 Using shift .mp4
03:01
060 - 6.9 Using Command Substitution .mp4
05:49
061 - 6.10 Using Here Documents .mp4
10:31
062 - 6.11 Using Functions .mp4
04:03
063 - Lesson 6 Lab Working with Variables and Arguments .mp4
00:24
064 - Lesson 6 Lab Solution Working with Variables and Arguments .mp4
06:14
065 - Learning objectives .mp4
00:27
066 - 7.1 Working with Parameter Substitution .mp4
04:48
067 - 7.2 Using Pattern Matching Operators .mp4
09:40
068 - 7.3 Using Patterns and Extended Globbing .mp4
05:00
069 - 7.4 Calculating .mp4
10:32
070 - 7.5 Using tr .mp4
04:12
071 - Lesson 7 Lab Transforming Input .mp4
00:29
072 - Lesson 7 Lab Solution Transforming Input .mp4
03:38
073 - Module introduction .mp4
00:21
074 - Learning objectives .mp4
00:38
075 - 8.1 Using test .mp4
05:07
076 - 8.2 Using Simple if Statements .mp4
05:01
077 - 8.3 Using Logical Tests .mp4
06:55
078 - 8.4 Testing with [[ ]] .mp4
02:54
079 - 8.5 Using if then else .mp4
04:22
080 - 8.6 Using if then else with elif .mp4
02:49
081 - Lesson 8 Lab Using if then else .mp4
00:45
082 - Lesson 8 Lab Solution Using if then else .mp4
11:17
083 - Learning objectives .mp4
00:25
084 - 9.1 Applying Conditionals and Loops .mp4
02:40
085 - 9.2 Using for .mp4
03:17
086 - 9.3 Using case .mp4
06:18
087 - 9.4 Using while and until .mp4
06:43
088 - 9.5 Using break and continue .mp4
08:06
089 - Lesson 9 Lab Using Conditional Statements .mp4
00:39
090 - Lesson 9 Lab Solution Using Conditional Statements .mp4
08:34
091 - Module introduction .mp4
00:26
092 - Learning objectives .mp4
00:35
093 - 10.1 Working with Options .mp4
05:46
094 - 10.2 Using Variables in Functions .mp4
02:47
095 - 10.3 Defining Menu Interfaces .mp4
04:43
096 - 10.4 Using trap .mp4
09:19
097 - Lesson 10 Lab Writing a Menu .mp4
00:26
098 - Lesson 10 Lab Solution Writing a Menu .mp4
03:39
099 - Learning objectives .mp4
00:31
100 - 11.1 Understanding Why Arrays are Useful .mp4
04:03
101 - 11.2 Understanding Array Types .mp4
01:35
102 - 11.3 Using Arrays .mp4
06:20
103 - 11.4 Reading Command Output into Arrays .mp4
09:08
104 - 11.5 Reading Command Output into Arrays - alternative approach .mp4
03:48
105 - 11.6 Looping through Arrays .mp4
02:50
106 - Lesson 11 Lab Using Arrays .mp4
00:36
107 - Lesson 11 Lab Solution Using Arrays .mp4
04:29
108 - Learning objectives .mp4
00:32
109 - 12.1 Developing Step-by-Step .mp4
02:39
110 - 12.2 Using set Options .mp4
02:59
111 - 12.3 Including Debug Information .mp4
01:58
112 - 12.4 Writing Debug Information to a File .mp4
03:17
113 - 12.5 Running bash -x .mp4
01:43
114 - Lesson 12 Lab Using Debug Techniques .mp4
00:17
115 - Lesson 12 Lab Solution Using Debug Techniques .mp4
05:09
116 - Learning objectives .mp4
01:05
117 - 13.1 Monitoring CPU Utilization .mp4
18:09
118 - 13.2 Rebooting and Picking up After Reboot .mp4
06:17
119 - 13.3 Using Advanced Pattern Matching Operators .mp4
02:25
120 - 13.4 Monitoring Processes .mp4
05:35
121 - 13.5 Evaluating a Lab Assignment .mp4
04:05
122 - 13.6 Installing a Kubernetes Cluster .mp4
04:38
123 - 13.7 Managing Remote Servers with Scripts .mp4
04:23
124 - Lesson 13 Lab and Solution Addressing APIs from Shell Scripts .mp4
07:33
125 - Bash Shell Scripting Summary .mp4
00:15
More details
User Reviews
Rating
average 0
Focused display
Category

LiveLessons
View courses LiveLessonsPearson's video training library is an indispensable learning tool for today's competitive job market. Having essential technology training and certifications can open doors for career advancement and life enrichment. We take learning personally. We've published hundreds of up-to-date videos on wide variety of key topics for Professionals and IT Certification candidates. Now you can learn from renowned industry experts from anywhere in the world, without leaving home.
- language english
- Training sessions 125
- duration 8:12:38
- Release Date 2023/11/07