In this lab we learn the functions of various commands using a linux terminal. The commands are listed below with a description and screenshot of its behaviour.
Command >: Redirects output
Command <: Redirects input
Command |: makes output of one command the input of another
Command grep: helps find patterns in files
Command head: prints first 10 lines of file
Command tail: prints last ten lines of a file
Command echo: displays a line of text
Screenshots: