home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 264b.lha / butils / time.doc < prev    next >
Encoding:
Text File  |  1989-07-09  |  718 b   |  21 lines

  1. TIME 1.1     by Bill Dimm
  2.  
  3. USAGE:
  4.     time "command"
  5.  
  6. DESCRIPTION:
  7.     
  8.     Time will execute the given command and will tell the amount of
  9. time that it takes.  You should be warned that the amount of
  10. time that execution requires depends heavily on the status of the
  11. system.  If the command contains spaces it must be enclosed in
  12. quotes.  Instead of double quotes, single quotes may be used, but
  13. single quotes will not protect the command from the shell.  Unix fans
  14. should take note that the role of single and double quotes is reversed
  15. from Unix for this command.
  16.  
  17. IMPROVEMENTS:
  18.   Since v1.0, time has been changed to print both seconds and microseconds,
  19. and it has been recompiled using Lattice 5.02 which made it smaller.
  20.  
  21.