Answer the following questions. DO NOT just paste the output of the command; describe what it did using a sentence or two. 1. What is the result of the following command? echo CMSC104 is awesome 2. What is the result of the following command? more one 3. What is the result of the following command? more * 4. What is the result of the following command? more ??? 5. What is the result of the following command? more ???* 6. What is the result of the following command? mkdir a b c 7. What is the result of the following command? cp ../one ./ 8. What is the result of the following command? cd ../b 9. What is the result of the following command? touch numbers 10. What is the result of the following command? sort -nr numbers 11. What is the result of the following command? sort -r numbers 12. What is the result of the following command? sort -R numbers 13. What is the result of the following command? tail -2 numbers > ../c/somenumbers 14. What is the result of the following command? ./proj1-hello 15. Directory structure under proj1 directory: