Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

UNIX/LINUX QUESTION: ---- content of cars file starts below this line --- plym fury 77 73 2500 chevy nova 79 60 3000 ford mustang 65

UNIX/LINUX QUESTION: ---- content of cars file starts below this line ---

plym fury 77 73 2500

chevy nova 79 60 3000

ford mustang 65 45 17000

---- content of cars file ends above this line ---

Briefly describe your experiences learning regular expressions this semester. Give two examples

where you made recent use of regular expressions. (min: 6 sentences) [3 marks]?

A:

Using grep, write the entire command line to get all cars made in the 70s (third column). Use the file cars shown above [2 marks].

A: What is the output from the line below when run on the file cars above? [2 marks]

grep -E " .[^37](5|0)00$" cars

A: Explain your answers to BOTH questions 2 and 3 above. [3 marks] A:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

App Inventor

Authors: David Wolber, Hal Abelson

1st Edition

1449397484, 9781449397487

More Books

Students also viewed these Programming questions

Question

69. In the match problem, say that (i, j), i Answered: 1 week ago

Answered: 1 week ago