home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / sysutl / tools.lbr / RN.DZC / RN.DOC
Encoding:
Text File  |  1987-08-07  |  768 b   |  27 lines

  1. RN
  2.  
  3. RN is a replacement for the CP/M built-in function REN. Usage is:
  4.  
  5.      RN <from> <to>
  6.  
  7. There are no optional arguments or other frills. It just does the
  8. same thing as REN, but with the more "Unix-like" syntax.
  9.  
  10. Note  to the reader:  For a program such as RN,  with two related
  11. arguments,  lists  of arguments don't make much sense.    But  I've
  12. often thought that wildcard names would. For example, it would be
  13. nice to be able to say
  14.  
  15.      RN *.ASM *.BAK
  16.  
  17. or   RN ZPQ$32-1.ASM *.BAK
  18.  
  19. I've often thought that I should make such an addition,  but  I'm
  20. not  sure exactly what the syntax or semantics of such a  program
  21. should be. Consider this a request for suggestions.
  22.  
  23. Jack W. Crenshaw
  24. P.O. Box 15888
  25. Tampa, Fla. 33684
  26. CIS 72325,1327
  27.