1 00:00:00,420 --> 00:00:06,780 ‫Now, the Echo Command is one of the most basic, as well as frequently used commands in Linux, so 2 00:00:06,780 --> 00:00:12,510 ‫displays a line of text and the arguments pass to Echo are printed to the standard output. 3 00:00:14,210 --> 00:00:15,110 ‫So let's practice it. 4 00:00:16,230 --> 00:00:23,100 ‫Go to Kelly Run Echo Path, and it displays a line of text on standard output. 5 00:00:24,220 --> 00:00:28,370 ‫If you want to display the variables, you'll need to add a dollar sign to the variable. 6 00:00:29,180 --> 00:00:31,910 ‫So let's run Echo dollars on Pat. 7 00:00:34,050 --> 00:00:39,810 ‫This time it shows a path environment variable that keeps track of certain directories in Linux. 8 00:00:41,540 --> 00:00:45,530 ‫So hopefully, you remember Cat shows the content of the file. 9 00:00:46,750 --> 00:00:49,510 ‫And there is a single line in the my text file. 10 00:00:51,170 --> 00:00:54,830 ‫We can also add a new line to this file with the Echo Command. 11 00:00:55,920 --> 00:01:01,020 ‫So run echo, a new line double greater than my tax fire. 12 00:01:10,130 --> 00:01:11,060 ‫Let's see the content. 13 00:01:12,020 --> 00:01:13,610 ‫And there it is, it's been added. 14 00:01:15,080 --> 00:01:22,760 ‫All right, so we showed in the cat cam in the single greater than symbol overwrites the entire content 15 00:01:22,760 --> 00:01:23,510 ‫with the new line. 16 00:01:24,320 --> 00:01:25,160 ‫Just remember that.