1
00:00:06,559 --> 00:00:09,339
Okay, so here's a quick
command review. What have you seen?

2
00:00:09,960 --> 00:00:15,535
Well, grab your ultimate filtering utility,
awk, which is a nice utility that

3
00:00:15,535 --> 00:00:21,109
allows you to find files containing
text. It's like grab on steroids.

4
00:00:21,809 --> 00:00:26,730
Set is a stream editor. It allows
you to edit text in a programmatic way.

5
00:00:27,420 --> 00:00:31,929
TR is for translate. It
changes uppercase and lowercase. For instance,

6
00:00:31,929 --> 00:00:36,439
Cut is a simple utility
that allows you to filter text.

7
00:00:37,740 --> 00:00:42,530
And Sort is a utility that allows
you to sort text in many different ways.
