1
00:00:06,540 --> 00:00:10,710
All right, we are almost done. Let's have a look
at the commands that we have seen in this lesson.

2
00:00:11,949 --> 00:00:17,379
Nano is the easy to use editor, but
if you want more power, start by using vimtutor.

3
00:00:18,019 --> 00:00:22,265
After working your way through Vimtutor,
you should be ready even for

4
00:00:22,265 --> 00:00:26,510
using vi. But better use the
improved version VIM for powerful editing.

5
00:00:27,350 --> 00:00:33,329
More is how you can see the contents of text
files, but if you want to see more, use less.

6
00:00:34,390 --> 00:00:40,490
Head is showing the top couple of lines in a
text file and Tail is showing the bottom couple of lines.

7
00:00:41,049 --> 00:00:47,334
Cat is dumping the entire text file on the
screen and Tag is doing the same, but in

8
00:00:47,334 --> 00:00:53,619
reverse order. And finally there is grep, which is
your universal utility to search and find text patterns.
