1 00:00:06,630 --> 00:00:07,861 - All right. 2 00:00:07,861 --> 00:00:08,861 At this point, 3 00:00:08,861 --> 00:00:10,913 you should be more or less comfortable working with files. 4 00:00:11,880 --> 00:00:13,410 Let's do a lab. 5 00:00:13,410 --> 00:00:16,470 So, the lab is about essential file management tools. 6 00:00:16,470 --> 00:00:19,380 First, you are going to create a directory structure 7 00:00:19,380 --> 00:00:21,060 as indicated right here. 8 00:00:21,060 --> 00:00:22,770 You copy all files that have a name 9 00:00:22,770 --> 00:00:24,360 starting with an a, b or c 10 00:00:24,360 --> 00:00:26,460 from etc to/tmp files, 11 00:00:26,460 --> 00:00:28,140 and next from tmp files, 12 00:00:28,140 --> 00:00:29,220 you move all files 13 00:00:29,220 --> 00:00:30,180 that have a name starting 14 00:00:30,180 --> 00:00:32,464 with an a or b to tmp/files/photos, 15 00:00:32,464 --> 00:00:33,830 and all files with the name starting with a c 16 00:00:33,830 --> 00:00:37,380 to tmp/files/videos. 17 00:00:37,380 --> 00:00:38,213 Good luck.