1) Briefly describe what lines would be matched by the following grep commands.
2) The rows of the file students.txt are formatted as follows.
FNAME LNAME:StudentID:Test1:Test2:Test3:Test4
E.g. Dan Connor: 123456:84:92:87:90
Write awk statements to do the following.