Video description
The second edition of this video title is available. Please go to Bash Shell Scripting, 2nd Edition https://learning.oreilly.com/videos/bash-shell-scripting/9780137689064/.
Duration
More than 9 hours of video instruction
Overview
More than 9 hours of video instruction to help you learn bash from the ground up from fundamental scripting concepts to complex scripting techniques.
Description
Bash Scripting Complete Video Course teaches you everything you need to know about shell scripting, from novice scripting to advanced script analysis and scripting for performance. This course consists of 16 lessons that take you from learning Bash basics to advanced scripting concepts. Each lesson contains practical examples to show how scripting solutions are being used in the real world. Each lesson concludes with an exercise, so you can test your own skills. A video explanation is also included so you can follow along and check your work. You will end the course by going beyond Bash and starting your first Python project.
The video lessons cover the following topics:
- Bash scripting fundamentals
- Creating your first shell script
- Working with variables and parameters
- Transforming input
- Using essential external tools
- Using conditional statements
- Using advanced scripting options
- Script debugging and analyzing
- Scripting by example
- Advanced Bash Scripting
- Reviewing basics
- Scripting best practices
- Understanding syntax differences
- Using advanced awk, sed, and regular expressions
- Analyzing advanced scripts
- Writing a complex script
- Scripting for performance
- Beyond Bash; scripting in Python
About the Instructor
Sander van Vugt is an independent Linux trainer, author, and consultant living in the Netherlands. Sander has written numerous books about different Linux-related topics and many articles for Linux publications around the world. Sander has been teaching Red Hat, Ubuntu, SUSE, and LPI Linux classes since 1994. As a consultant, he specializes in Linux High Availability solutions and Performance Optimization. More information about Sander is on his website at www.sandervanvugt.com.
Skill Level
Beginning to intermediate
What You Will Learn
- Bash scripting from fundamentals to advanced
- Real-world scripting examples
Who Should Take This Course
The target audience for this course consists of Linux users and professionals who want to automate tasks in Linux using Bash shell scripts. A secondary target audience consists of IT users and professionals who want to get experience with simple programming languages.
About LiveLessons Video Training
LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more.
View all LiveLessons on InformIT at http://www.informit.com/livelessons.
Table of contents
- Bash Scripting
- Bash Scripting Fundamantals: Introduction
- Lesson 1: Creating Your First Shell Script
-
Lesson 2: Working with Variables and Parameters
- Learning objectives
- 2.1 About Terminology
- 2.2 Using and Defining Variables
- 2.3 Defining Variables with the read Command
- 2.4 Understanding Variables and Subshells
- 2.5 Sourcing
- 2.6 Quoting
- 2.7 Handling Script Arguments
- 2.8 Understanding the Need to Use Shift
- 2.9 Using Command Substitution
- 2.10 String Verification
- 2.11 Using Here Documents
- Exercise 2
- Exercise 2 Solution
- Lesson 3: Transforming Input
- Lesson 4: Using Essential External Tools
- Lesson 5: Using Conditional Statements
- Lesson 6: Using Advanced Scripting Options
- Lesson 7: Script Debugging and Analyzing
- Lesson 8: Scripting by Example
- Summary
- Advanced Bash Scripting: Introduction
-
Lesson 1: Reviewing Basics
- Learning objectives
- 1.1 Using Pattern Matching
- 1.2 Using Command Substitution
- 1.3 Using Arguments and Variables
- 1.4 Using Iteration Structures (Part 1)
- 1.5 Using Iteration Structures (Part 2)
- 1.6 Using Arrays
- 1.7 Using Functions
- 1.8 Analyzing Math Script
- Exercise 1
- Exercise 1 Solution (Part 1)
- Exercise 1 Solution (Part 2)
- Lesson 2: Scripting Best Practices
- Lesson 3: Understanding Syntax Differences
- Lesson 4: Using Advanced awk, sed, and Regular Expressions
- Lesson 5: Analyzing Advanced Scripts
- Lesson 6: Writing a Complex Script
-
Lesson 7: Scripting for Performance
- Learning objectives
- 7.1 Optimizing Loops
- 7.2 Minimizing File Writes
- 7.3 Minimizing External Command Usage
- 7.4 Avoiding Useless Commands (cat /etc/passwd | grep root)
- 7.5 Minimizing Operations
- 7.6 Analyzing Script Performance with time
- 7.7 Analyzing Script Performance with strace
- Exercise 7
- Exercise 7 Solution
- Lesson 8: Beyond Bash; Scripting in Python
- Summary
Product information
- Title: Bash Scripting
- Author(s):
- Release date: August 2016
- Publisher(s): Pearson
- ISBN: 0134580516
You might also like
video
Bash Scripting Fundamentals
4+ Hours of Video Instruction More than 4 hours of video instruction that help you learn …
video
Advanced Bash Scripting
5 Hours of Video Instruction Overview Expand your Bash scripting skills in 5 hours! Description Further …
video
Complete Bash Shell Scripting
Many organizations favor Bash scripts for executing shell commands, running and customizing administrative tasks, automating repetitive …
video
Bash Shell Scripting, 2nd Edition
8 Hours of Video Instruction Overview Bash is the best way for you to efficiently and …