home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d9xx / d998 / touch.lha.pi < prev   
Text File  |  1994-04-05  |  1KB  |  50 lines

  1. .name
  2. Touch
  3. .type
  4. CLI tool
  5. .short
  6. Unix type Touch command
  7. .description
  8. Touch is another Unix style Touch command for the
  9. Amiga. For every given file (including patterns)
  10. it will set the time and date to the current
  11. system time and date. If a given file does not
  12. exist it will be created then, just the way Unix
  13. Touch handles non existent files.
  14. .version
  15. 1.3
  16. .date
  17. 1993.03.15
  18. .author
  19. Kai Iske
  20. .requirements
  21. Requires OS 2.0 (37.175)
  22. .reference
  23. AmigaLibDisk962:Touch/
  24. 1.2
  25. AmigaLibDisk919:Touch/
  26. 1.0
  27. .distribution
  28. Public Domain
  29. .address
  30. Kai Iske
  31. Brucknerstrasse 18
  32. 63452 Hanau
  33. Germany
  34. .email
  35. kai@iske.adsp.sub.org
  36. iske@informatik.uni-frankfurt.de
  37. .source
  38. SAS/C source included 8K
  39. .construction
  40. SAS/C 6.51 with optimization
  41. .docs
  42. Touch.doc
  43. .contents
  44. Touch        A simple TOUCH command, known from UNIX systems.  It will touch
  45.         all files (including patterns) given on the command line.  If a
  46.         particular file (not including wildcards) doesn`t exist, it will
  47.         be created; just like under Unix.  Version 1.3, Public Domain,
  48.         includes Source.
  49.         Author: Kai Iske
  50.