summaryrefslogtreecommitdiff
path: root/doc/cptime.txt
blob: 982dbf7ce4eb5de1c9b76ef329f1cc49688d82df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
= cptime.c32(1) =
:doctype: manpage
:author:  Gene Cumm
:email:   gene.cumm@gmail.com
:revdate: 2011-12-17


== NAME ==
cptime.c32 - times the copy off (read) of a file


== SYNOPSIS ==
*cptime.c32* ['OPTIONS'] 'FILE'...


== DESCRIPTION ==
Times the copy off (read) of a file, optionally computes/displays
transfer rates(on by default) with an adjustable transfer size and
maximum transfer length.


== OPTIONS ==
*-b* 'SIZE'::
    use 'SIZE' for transfer size; defaults to 2048 for COM32

*-l*::
    long output mode; default; reverses *-s*

*-n* 'LEN'::
    maximum length to fetch; defaults to whole file

*-q*::
    quiet (normal/non-verbose) mode; default; reverses *-v*

*-s*::
    simple output mode

*-v*::
    verbose mode

The same mode is used for all files.


== AUTHOR ==
{author} <{email}>

== COPYRIGHT ==
Copyright \(C) 2011 {author}. Free use of this software is granted under
the terms of the GNU General Public License (GPL).