1. What happens to mycp if one or more of the files to be copied doesn't exist? Can you make any suggestions to better handle the situation?
3. Write a program called mymv that does with the mv command what mycp does with the cp command. How many changes did you have to make to mycp to produce this new program?