Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using sed.... Consider the following file called phone.txt : containing some DDD area phone numbers, except that the area code (i.e., the first three digits)

using sed....

Consider the following file called phone.txt: containing some DDD area phone numbers, except that the area code (i.e., the first three digits) are backwards and do not include the parentheses around the area code as follows:

279 680-0035

412 328-2197

964 432-8492

718 780-4972

Write a one-line sed command that reverses the order of the three digits in the area code and adds the needed parentheses around the area code so that after running the appropriate sed command, the following would be output to the terminal:

(972) 680-0035

(214) 328-2197

(469) 432-8492

(817) 780-4972

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

Database Systems For Advanced Applications 15th International Conference Dasfaa 2010 Tsukuba Japan April 2010 Proceedings Part 1 Lncs 5981

Authors: Hiroyuki Kitagawa ,Yoshiharu Ishikawa ,Wenjie Li ,Chiemi Watanabe

2010th Edition

3642120253, 978-3642120251

More Books

Students also viewed these Databases questions

Question

comparing two things in a python code

Answered: 1 week ago