home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / misc / zero / product-info < prev    next >
Fred Fish's Product-Info  |  1995-01-09  |  1KB  |  49 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. Zero
  6. .type
  7. Handler
  8. .short
  9. DOS-handler like /dev/zero in Unix
  10. .description
  11. An AmigaDOS handler much like the /dev/zero device in Unix.
  12. It provides streams of 0-bytes, which can be unlimited or set to an
  13. arbitrary limit.  There are two ways to use the handler:
  14.  
  15.     zero:           unlimited stream of 0-bytes
  16.     zero:<number>   a stream of <number> 0-bytes
  17.  
  18. Examples:
  19.  
  20.     copy zero: to somefile      will quickly fill your harddisk
  21.     copy zero:2000 to somefile  generates a file of 2000 0-bytes
  22.     copy zero:0 to somefile     generates a file of size 0
  23.     copy zero:foo to somefile   results in an error
  24.  
  25. .version
  26. 1.1
  27. .date
  28. 1995.01.07
  29. .author
  30. Ingo Wilken
  31. .requirements
  32. Requires AmigaOS 2.04 (V37.175) or higher
  33. .distribution
  34. Copyrighted but Freely Redistributable
  35. .address
  36. Bloherfelder Str. 72
  37. 26129 Oldenburg
  38. Germany
  39. .email
  40. Ingo.Wilken@informatik.uni-oldenburg.de
  41. .source
  42. Includes source in C
  43. .docs
  44. Zero.doc
  45. .described-by
  46. Dan Fish (daf@starfish.amigalib.com)
  47. .submittal
  48. Downloaded via ftp from wuarchive.wustl.edu.
  49.