TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use the following command to remove the file letter from the home directory:


    macrm ~/letter
  2. Use the following command to remove all files ending in .tmp from the current directory and prompt for confirmation:


    macrm -i *.tmp
  3. Use the following command to recursively remove all subdirectories and files of /tmp/temp:


    macrm -r /tmp/temp