Question: 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
Get step-by-step solutions from verified subject matter experts
