home *** CD-ROM | disk | FTP | other *** search
- TIME 1.1 by Bill Dimm
-
- USAGE:
- time "command"
-
- DESCRIPTION:
-
- Time will execute the given command and will tell the amount of
- time that it takes. You should be warned that the amount of
- time that execution requires depends heavily on the status of the
- system. If the command contains spaces it must be enclosed in
- quotes. Instead of double quotes, single quotes may be used, but
- single quotes will not protect the command from the shell. Unix fans
- should take note that the role of single and double quotes is reversed
- from Unix for this command.
-
- IMPROVEMENTS:
- Since v1.0, time has been changed to print both seconds and microseconds,
- and it has been recompiled using Lattice 5.02 which made it smaller.
-
-