Use the following command to remove the file system.ini:
tnrm system.ini |
Use the following command to remove the directory sales, including all files and directories under sales:
tnrm -R sales |
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 |
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 |