Linux Administration with sed and awk

Pluralsight
Course Summary
This course shows how you can use tools such as sed and awk to create your own reports. Working with live data and real life examples, this course teaches a practical solution for you to use in your own environment.
-
+
Course Description
This course will take you through the complexity of using sed and awk, showing you how easy these can be with a little practice. Starting with grep, we use the tool to learn the art of regular expressions. With these basics, we move on to the practical use of sed and awk. The course culminates in a discussion about working with web access log files of 30,000 lines or more, and shows how to create your own log analysis tool. The examples are based around the practical needs of a both a hypothetical company and potential real-life problems.
-
+
Course Syllabus
Getting Started- 24m 36s
—Welcome to DIY 'r' Us 4m 0s
—An Introduction to grep 4m 47s
—Introducing sed 7m 11s
—DIY 'r' Us Welcomes awk 7m 45s
—Summary 0m 51sUsing grep- 15m 18s
—Introduction to the grep Command 3m 1s
—Understanding the Basics of grep 4m 5s
—DIY 'r' Us Application: Parsing CSV Files 6m 52s
—Summary 1m 18sRegular Expressions- 37m 57sFundamentals of sed- 37m 8sSubstitution Grouping with sed- 18m 9sExecuting Commands with sed- 23m 48sFundamentals of awk- 30m 20sDisplaying Records from Flat Files Using awk- 28m 31sAnalyze Web Logs with awk- 24m 12s