TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use the following command to move the file phone.doc to the file call.doc without prompting for confirmation even if call.doc already exists:


    tnmv -f phone.doc call.doc
  2. Use the following command to move the file intro.ppt to the file preface.ppt and prompt for confirmation before overwriting:


    tnmv -i intro.ppt preface.ppt
  3. Use the following command to move the file sample.html to the file main.html:


    tnmv sample.html main.html
  4. Use the following command to move the files project1.ps and project2.ps to the directory projects97:


    tnmv project1.ps project2.ps projects97
  5. Use the following command to move the directory documents to the directory worddocs:


    tnmv documents worddocs