1.
Exit without removing the mail from your system mailbox
exit
2. Save the message number 6 in mymail file
s6 mymail
3. Send myfile to the user ID number DU007
mv /usr/students/project/myfile /DU007/students/project
4. Display the message headers only
mailx -H
5. Read the current date and time and place it in your message
echo | ;date
6. Read your mail from another file, let's say mbox
Read f mbox
7. Save your composed message in mymail file
hold mymail
8. Undelete all the deleted messages
u*
9. Exit mailx and remove mail from your system mailbox
Quit
10. Delete message numbers 3 and 4
d34