home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / unixtrans_1 / !UnixTrans / !Help next >
Text File  |  1994-05-31  |  1KB  |  42 lines

  1. !Help for UnixTrans 0.01
  2. ~~~~~~~~~~~~~~~~~~~~~~~~
  3. (All trademarks acknowledged)
  4.  
  5. UnixTrans is a module which translates Unix filenames into RISC OS filenames.
  6.  
  7. What translations does it do?
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. It translates any filename which starts with a '~', a '/' or a '.'.
  10.  
  11. To describe how it translates, it is best to show some examples :
  12.  
  13. /library                          -> $.library
  14. lib.c                             -> $.lib/c
  15. ~/usr                             -> &.usr
  16. ../../concat.objects/verilog      -> ^.^.contact/objects.verilog
  17. /dev/scsi/jarre/longfiles         -> scsi::jarre.$.longfiles
  18.  
  19. The last one is useful as you can describe filing systems via /dev/... You can
  20. perform operations such as :
  21.  
  22. *dir /dev/ram                     -> *dir ram:
  23. *//dev/scsi/jitter/!Boot          -> */scsi::jitter.$.!Boot
  24. *rename g ../g                    -> *rename g ^.g
  25. *delete ~/files                   -> *delete &.files
  26.  
  27. The other main difference is that Unix files are case-sensitive, whereas
  28. RISC OS ones aren't.
  29.  
  30. For more information
  31. ~~~~~~~~~~~~~~~~~~~~
  32. Contact me: tribj@essex.ac.uk
  33.  
  34. If you combine this module with LongFilenames, then you have the facility to do
  35. almost any Unix-type operation.
  36.  
  37. This application is PD, provided that the copyright stays with the author, and this !Help
  38. file is included with the application.
  39.  
  40. Oh, and I've done a few aliases in the !Run file for you...
  41.  
  42. [Source Info: Basic assembly, 8977 bytes, 357 lines]