1
00:00:06,559 --> 00:00:09,080
Hello and welcome to
Advanced Text File Processing.

2
00:00:09,679 --> 00:00:14,964
In this lesson, you'll get to know some more
advanced tools for working with text files, starting with Cut

3
00:00:14,964 --> 00:00:20,250
and Sort, which help you to get specific information
out of text files that are organized in columns.

4
00:00:21,210 --> 00:00:27,815
Next, you'll learn about Regular expressions, which are advanced patterns
that allow you to work with text in a more flexible

5
00:00:27,815 --> 00:00:34,420
way, which is followed by a video that covers examples
of how to use GREP while working with regular expressions.

6
00:00:35,399 --> 00:00:38,989
After that, you will learn about
the TR utility, and next there

7
00:00:38,989 --> 00:00:42,579
are videos about the advanced
text processing tools AWK and sed.

8
00:00:43,619 --> 00:00:48,890
In the End of Lesson Lab, you can practice these
advanced tools, and I'll finish by showing you the lab solutions.
