Write a sed script called activity61 to format the above


Need some help with the UNIX/linux sed command:

Consider the file addr below:

$ cat addr

Xiao Li, [email protected], 6705462234, Jackson, NC 764

Elizi Moe, [email protected], 5208534566, Tempe, AZ 85282

Ma Ta, [email protected], 4345667345, Austin, TX 91030

Diana Cheng, [email protected], 5203456789, Matitsi, WY 4587

Jackson Five, [email protected], 5206564573, Kyenta, AZ 85483

Adi Srikanth Reddy, [email protected], 6578904566, Wyo, WS 67854 Natkin William, [email protected], 8044344528, Richmond, VA 22345

Write a sed script called activity61 to format the above file as: FullNname PhoneNumber EmailAddress

Note that the required format is tab-separated

The required format must also be sorted by names Lines with private email addresses must be deleted

Provide the command to run your script

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a sed script called activity61 to format the above
Reference No:- TGS02873503

Expected delivery within 24 Hours