Question: Task 0 3 ( 1 0 points ) Write a piped command using tail, cut, sort, uniq, and wc to read the provided data file

Task 03(10 points)
Write a piped command using tail, cut, sort, uniq, and wc to read the provided data file
and print the number of unique students (Name). Task 04(10 points)
Write a piped command using head, sort, cut, and sed to return the date of the latest
event in the file in yyyy ?mmdd format (which is a different format from the format in
the input file ... slashes vs dashes). Task 05(10 points)
Write a piped command using grep and cut to read the provided data file, find the
entries that use the TCP protocol to transmit packets greater than or equal to 100
bytes, and then print the port number of those entries.
Note: Remember that it is ok to use grep multiple times in your piped command. Don't try to fit
everything into one!Task 06(10 points)
Write a piped command using grep and cut to read the provided data file, find the
entries that occurred in August at or after noon using port 22, and print the IP address
number of those entries.Task 02(10 points)
Write a piped command using cat, grep, and cut to read the provided data file and print the Name field from each line where the Course is IFT383.
\table[[Input file (lab_c_02.csv),Expected output of script],[Name,Final Grade,Course,Gus],[George,A,IFT250,Samuel],[Gus,C,IFT383,Fred],[Samuel,A,IFT383,],[Eric,A,IFT250,],[Sara,E,IFT488,],[Catalina,A,IFT488,],[Fred,D,IFT383,]]
 Task 03(10 points) Write a piped command using tail, cut, sort,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!