TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use the following command to remove the file system.ini:


    tnrm system.ini
  2. Use the following command to remove the directory sales, including all files and directories under sales:


    tnrm -R sales
  3. Use the following command to remove the files term.doc and pccode.doc without prompting for a confirmation message:


    tnrm -f term.doc pccode.doc
  4. Use the following command to remove the directory saleorders, including all files and directories under saleorders, and prompt for confirmation before deleting each file or directory:


    tnrm -i -R saleorders