TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use the following command to delete all files in the subdirectory tmp of the shared object root on the server pipe and prompt for a password:


    rudel -P //pipe/root/tmp/*.*
  2. Use the command below to delete the files with the extension .obj in the subdirectory comp of the shared object dev on the server projectpc. The shared object dev has no password.


    rudel //projectpc/dev/comp/*.obj
  3. Use the following command to delete all files with the extension .tmp, including hidden files, using the object data in the directory tmp on the server Troy, and prompt for a password, as user galaxy:


    rudel -u galaxy -P -ah //Troy/data/tmp/*.tmp