Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USE SHELL LANGUAGE PROGRAMMING TO DO QUESTION 15 ONLY! 1. The Home Depot (Ranked 28): home improvement; Atlanta, GA. 2. United Parcel Service (Ranked 48):

image text in transcribedimage text in transcribedimage text in transcribed

USE SHELL LANGUAGE PROGRAMMING TO DO QUESTION 15 ONLY!

1. The Home Depot (Ranked 28): home improvement; Atlanta, GA. 2. United Parcel Service (Ranked 48): shipping; Atlanta, GA. 3. The Coca-Cola Company (Ranked 62): soft drinks; Atlanta, GA. 4.Delta Air Lines, Inc. (Ranked 68): airline; Atlanta, GA. 5.Aflac, Incorporated (Ranked 135): insurance; Columbus, GA. 6. The Southern Company (Ranked 162): energy; Atlanta, GA. 7. Genuine Parts Company (Ranked 183): replacement parts; Atlanta, GA. 8. First Data Corporation (Ranked 249): payment processing; Atlanta, GA. 9.WestRock (Ranked 251): corrugated and consumer packaging; Norcross, GA. 10.HD Supply Holdings, Inc. (Ranked 320): industrial distributors; Atlanta, GA. 11.Suntrust Banks, Inc. (Ranked 329): banking; Atlanta, GA. 12.Mohawk Industries, Inc. (Ranked 338): flooring manufacturer; Calhoun, GA 11) Use sed to list only the company number and company name on each line by checking "newList.txt". E.g. line 1 in the output is "1.The Home Depot" E.g. line 12 in the output is "12.Mohawk Industries, Inc" 14) When a pattern groups all or part of its content into a pair of parentheses, it captures that content and stores it temporarily in memory. You can reuse that content if you wish by using a back-reference, in the form:\1 or $1, where \l or $1 reference the first captured group" (Refer to [1]). For example, the following command reverse "Atlanta" and "GA". sed -E 's/(Atlanta), \s(GA)/2, \1/g' CompanyList.txt Attach a screenshot of the output of the above sed command. 15) Now can you write a command to finish task 11) using sed with back-reference? 1. The Home Depot (Ranked 28): home improvement; Atlanta, GA. 2. United Parcel Service (Ranked 48): shipping; Atlanta, GA. 3. The Coca-Cola Company (Ranked 62): soft drinks; Atlanta, GA. 4.Delta Air Lines, Inc. (Ranked 68): airline; Atlanta, GA. 5.Aflac, Incorporated (Ranked 135): insurance; Columbus, GA. 6. The Southern Company (Ranked 162): energy; Atlanta, GA. 7. Genuine Parts Company (Ranked 183): replacement parts; Atlanta, GA. 8. First Data Corporation (Ranked 249): payment processing; Atlanta, GA. 9.WestRock (Ranked 251): corrugated and consumer packaging; Norcross, GA. 10.HD Supply Holdings, Inc. (Ranked 320): industrial distributors; Atlanta, GA. 11.Suntrust Banks, Inc. (Ranked 329): banking; Atlanta, GA. 12.Mohawk Industries, Inc. (Ranked 338): flooring manufacturer; Calhoun, GA 11) Use sed to list only the company number and company name on each line by checking "newList.txt". E.g. line 1 in the output is "1.The Home Depot" E.g. line 12 in the output is "12.Mohawk Industries, Inc" 14) When a pattern groups all or part of its content into a pair of parentheses, it captures that content and stores it temporarily in memory. You can reuse that content if you wish by using a back-reference, in the form:\1 or $1, where \l or $1 reference the first captured group" (Refer to [1]). For example, the following command reverse "Atlanta" and "GA". sed -E 's/(Atlanta), \s(GA)/2, \1/g' CompanyList.txt Attach a screenshot of the output of the above sed command. 15) Now can you write a command to finish task 11) using sed with back-reference

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

Step: 3

blur-text-image

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

Relational Database And Transact SQL

Authors: Lucy Scott

1st Edition

1974679985, 978-1974679980

More Books

Students also viewed these Databases questions