
Explore how sed, the stream editor, performs on-the-fly text substitutions, with single and multiple commands, flags like g, n, and p, and reading from or writing to files.
Explore sed addressing and basic text manipulation, using numeric and pattern addresses, line ranges, and grouped commands; learn deletion and global substitutions in this intro to sed part 2.
Explains how to build graphical bash scripts—from a text-based menu to a GUI—using functions, case statements, recursion, and the select construct, with examples like disk usage and IP display.
Master advanced gawk formatting with printf specifiers for aligned, multi-type output and learn to define functions and use libraries for reusable, modular scripting.
The Advanced Linux Shell Scripting course is designed for Linux enthusiasts, system administrators, and developers who want to take their scripting skills to the next level. In this advanced course, participants will delve deep into the intricacies of Linux shell scripting, focusing on functions and libraries, sed and awk text processing tools, regular expressions (RegEx), GUI scripting, and advanced techniques with sed and gawk.
In this course, Daniel and Justin take a look at some of the more advanced scripting practices. Here they will empower your scripts by taking advantage of things like Functions, Libraries, creating graphical elements, sed (Stream Editor), gawk, and Regular Expression.
This Advanced Linux Shell Scripting course will equip participants with the skills and knowledge needed to become proficient in advanced scripting techniques, enabling them to automate complex tasks, efficiently manage data, and optimize their Linux systems. Students will leave the course with the ability to develop robust scripts for a variety of real-world scenarios and challenges.
Master the creation and usage of functions to modularize scripts.
Learn how to create and leverage libraries for code reuse and maintainability.
Explore the power of sed and awk for text manipulation, data extraction, and file transformations.
Develop complex sed and awk scripts to automate various tasks.
Gain proficiency in regular expressions, a vital skill for pattern matching and text searching.
Apply RegEx in scripts to process and manipulate data efficiently.
Learn how to automate interactions with graphical user interfaces (GUIs) using tools like xdotool or AutoIt.
Create scripts that interact with GUI elements, simulate user actions, and streamline repetitive tasks
Deepen your understanding of sed with advanced techniques like branching, looping, and multi-line processing.
Apply sed to solve complex text manipulation challenges.
Explore advanced gawk features, including user-defined functions, associative arrays, and custom output formatting.
Use gawk to process structured data and generate reports.