Use the following command to remove the file letter from the home directory:
macrm ~/letter |
Use the following command to remove all files ending in .tmp from the current directory and prompt for confirmation:
macrm -i *.tmp |
Use the following command to recursively remove all subdirectories and files of /tmp/temp:
macrm -r /tmp/temp |