source: bootcd/isolinux/syslinux-6.03/doc/cptime.txt @ dd1be7c

Last change on this file since dd1be7c was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 947 bytes
Line 
1= cptime.c32(1) =
2:doctype: manpage
3:author:  Gene Cumm
4:email:   gene.cumm@gmail.com
5:revdate: 2011-12-17
6
7
8== NAME ==
9cptime.c32 - times the copy off (read) of a file
10
11
12== SYNOPSIS ==
13*cptime.c32* ['OPTIONS'] 'FILE'...
14
15
16== DESCRIPTION ==
17Times the copy off (read) of a file, optionally computes/displays
18transfer rates(on by default) with an adjustable transfer size and
19maximum transfer length.
20
21
22== OPTIONS ==
23*-b* 'SIZE'::
24    use 'SIZE' for transfer size; defaults to 2048 for COM32
25
26*-l*::
27    long output mode; default; reverses *-s*
28
29*-n* 'LEN'::
30    maximum length to fetch; defaults to whole file
31
32*-q*::
33    quiet (normal/non-verbose) mode; default; reverses *-v*
34
35*-s*::
36    simple output mode
37
38*-v*::
39    verbose mode
40
41The same mode is used for all files.
42
43
44== AUTHOR ==
45{author} <{email}>
46
47== COPYRIGHT ==
48Copyright \(C) 2011 {author}. Free use of this software is granted under
49the terms of the GNU General Public License (GPL).
50
Note: See TracBrowser for help on using the repository browser.