Merge branch 'nocomapi'
[syslinux/sherbszt.git] / doc / cptime.txt
blob982dbf7ce4eb5de1c9b76ef329f1cc49688d82df
1 = cptime.c32(1) =
2 :doctype: manpage
3 :author:  Gene Cumm
4 :email:   gene.cumm@gmail.com
5 :revdate: 2011-12-17
8 == NAME ==
9 cptime.c32 - times the copy off (read) of a file
12 == SYNOPSIS ==
13 *cptime.c32* ['OPTIONS'] 'FILE'...
16 == DESCRIPTION ==
17 Times the copy off (read) of a file, optionally computes/displays
18 transfer rates(on by default) with an adjustable transfer size and
19 maximum transfer length.
22 == OPTIONS ==
23 *-b* 'SIZE'::
24     use 'SIZE' for transfer size; defaults to 2048 for COM32
26 *-l*::
27     long output mode; default; reverses *-s*
29 *-n* 'LEN'::
30     maximum length to fetch; defaults to whole file
32 *-q*::
33     quiet (normal/non-verbose) mode; default; reverses *-v*
35 *-s*::
36     simple output mode
38 *-v*::
39     verbose mode
41 The same mode is used for all files.
44 == AUTHOR ==
45 {author} <{email}>
47 == COPYRIGHT ==
48 Copyright \(C) 2011 {author}. Free use of this software is granted under
49 the terms of the GNU General Public License (GPL).