1 00:00:06,600 --> 00:00:08,160 - We are now at the end of this lesson, 2 00:00:08,160 --> 00:00:10,770 so let's start with a command review. 3 00:00:10,770 --> 00:00:14,040 We have seen LS, which you use for listing fells. 4 00:00:14,040 --> 00:00:17,340 Next, we talked about CP, which is for copying fells. 5 00:00:17,340 --> 00:00:19,410 MKdir, which will create a directory, 6 00:00:19,410 --> 00:00:21,870 and RMdir, which will remove a directory, 7 00:00:21,870 --> 00:00:23,580 but only if it's empty. 8 00:00:23,580 --> 00:00:25,830 MV is for moving or renaming. 9 00:00:25,830 --> 00:00:29,640 And finally, we have seen RM, which will remove everything. 10 00:00:29,640 --> 00:00:33,150 Combined with the options minus R and minus FRM, 11 00:00:33,150 --> 00:00:34,620 is pretty strong. 12 00:00:34,620 --> 00:00:35,460 Let's continue. 13 00:00:35,460 --> 00:00:37,113 Let's do the end of lesson lab.