Question: 5.4) Please provide a single grep command that displays the first two lines that contain http at the beginning of the lines in file /etc/services.

 5.4) Please provide a single "grep command that displays the first

5.4) Please provide a single "grep command that displays the first two lines that contain "http" at the beginning of the lines in file /etc/services. (10 points) The correct output of the command is http http 80/top B0/udp # WorldwideWeb HTTP # HyperText Transfer Protocol It is incorrect if the command displays the following lines or anything other than the correct output shown above: # Updated from http://www.iana.org/assignments/port-numbers and other sources like http://www.freebsd.org/cgi/csweb.cgi/src/etc/services, Please provide your "rep" command below: $ grep 5.5) Please provide a single "grep command that displays all the lines that contain www." in file /etc/services. (10 points) The correct output is: # Updated from http://www.iana.org/assignments/port-numbers and other # sources like http://www.freebsd.org/cgi/evsweb.cgi/src/etc/services It is incorrect if your command displays the following lines or anything other than the correct output shown above: + Updated from http://www.iana.org/assignments/port-numbers and other sources like http://www.freebsd.org/cgi/cvweb.cgi/src/etc/services http 80/top # Worldwide Web HTTP Please provide your answer below: s grop

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!