home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / misc / zero / zero.doc < prev    next >
Text File  |  1995-01-06  |  2KB  |  43 lines

  1. ZERO: is an AmigaDOS handler much like the /dev/zero device in Unix.
  2. It provides streams of 0-bytes, which can be unlimited or set to an
  3. arbitrary limit.  There are two ways to use the handler:
  4.     zero:           unlimited stream of 0-bytes
  5.     zero:<number>   a stream of <number> 0-bytes
  6.  
  7. Examples:
  8.     copy zero: to somefile      will quickly fill your harddisk
  9.     copy zero:2000 to somefile  generates a file of 2000 0-bytes
  10.     copy zero:0 to somefile     generates a file of size 0
  11.     copy zero:foo to somefile   results in an error
  12.  
  13. Requirements:
  14.     AmigaOS 2.04 (V37.175) or higher
  15.  
  16. Author:
  17.     Ingo Wilken
  18.     Bloherfelder Str. 72
  19.     26129 Oldenburg
  20.     Germany
  21.     E-Mail: Ingo.Wilken@informatik.uni-oldenburg.de
  22.     IRC   : Nobody (usually on channel #amigager)
  23.  
  24. Legal stuff:
  25.     Copyright (C) 1994 by Ingo Wilken (Ingo.Wilken@informatik.uni-oldenburg.de)
  26.  
  27.     Permission to use, copy, modify, and distribute this software and its
  28.     documentation for any purpose and without fee is hereby granted, provided
  29.     that the above copyright notice appear in all copies and that both that
  30.     copyright notice and this permission notice appear in supporting
  31.     documentation.  This software is provided "as is" without express or
  32.     implied warranty.
  33.  
  34.  
  35. Regards,
  36. Ingo
  37. --
  38. Ingo Wilken, CS Student, Univ.of Oldenburg, FRG | I'll admit dat I'm not one
  39. wilken@uniol.uucp (..!uunet!unido!uniol!wilken) | of da beautiful people, but
  40. Ingo.Wilken@arbi.informatik.uni-oldenburg.de    | I'm not as ugly as da spooks
  41. wilken@uniol.zer   IRC:Nobody   OL:ingo@faramir | da hang 'round here.  -Snarf
  42.  
  43.