1 00:00:07,080 --> 00:00:09,180 - Hi, welcome to Lesson 5. 2 00:00:09,180 --> 00:00:10,380 While working with Linux, 3 00:00:10,380 --> 00:00:13,140 it's important to know how to deal with text files. 4 00:00:13,140 --> 00:00:16,110 Luckily, in this lesson you'll learn all about it. 5 00:00:16,110 --> 00:00:19,920 We start by discussing editors with a strong focus on vi, 6 00:00:19,920 --> 00:00:21,720 which is the editor you should know about 7 00:00:21,720 --> 00:00:24,000 to change the contents of files. 8 00:00:24,000 --> 00:00:25,890 Next we'll discuss the most common tools 9 00:00:25,890 --> 00:00:29,100 for displaying file contents, including more and less, 10 00:00:29,100 --> 00:00:31,620 head and tail, and cat and tac. 11 00:00:31,620 --> 00:00:32,790 Another important tool 12 00:00:32,790 --> 00:00:35,160 that you'll learn about in this lesson is grep, 13 00:00:35,160 --> 00:00:37,170 which is helpful if you're looking for files 14 00:00:37,170 --> 00:00:39,480 that contain specific contents. 15 00:00:39,480 --> 00:00:40,560 At the end of this lesson, 16 00:00:40,560 --> 00:00:43,200 we'll quickly go through all of the commands you've learned, 17 00:00:43,200 --> 00:00:45,363 and there is the end-of-lesson lab as well.