Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started