Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a command that will add a name, phone number, and email address (you can make them up) to the file phones.txt. Then write a
Write a command that will add a name, phone number, and email address (you can make them up) to the file phones.txt. Then write a separate command that will list the phones.txt file on your terminal in order by last names, and with the fields separated by multiple spaces or tab characters
i tried:
echo "jo: doe: 888-123-9076: jodoe@someplace.com " >> phones.txt
sort phones.txt
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