1 00:00:06,720 --> 00:00:08,400 - So let's have a look at the commands 2 00:00:08,400 --> 00:00:10,350 that we have seen in this lesson. 3 00:00:10,350 --> 00:00:11,790 It started with tee. 4 00:00:11,790 --> 00:00:14,580 Tee, which is useful in pipes to make sure 5 00:00:14,580 --> 00:00:19,170 that the output of the first command is sent to a file 6 00:00:19,170 --> 00:00:20,460 as well as the pipe. 7 00:00:20,460 --> 00:00:23,400 History, which is remembering everything that you are doing. 8 00:00:23,400 --> 00:00:26,430 And don't forget history minus D if you did something that 9 00:00:26,430 --> 00:00:29,550 you rather don't want to be remembered. 10 00:00:29,550 --> 00:00:32,340 Alias, which allows you to create your own commands. 11 00:00:32,340 --> 00:00:33,752 And then we have export, 12 00:00:33,752 --> 00:00:38,490 which is exporting variables to sub shells as well. 13 00:00:38,490 --> 00:00:39,903 Let's go check out the lab.