1Cget(1) General Commands Manual Cget(1)
2
3
4
6 cget - Cherokee web downloader
7
9 cget [options] URL
10
12 cget is a web downloading tool
13
15 No option is mandatory. By default the web is downloaded but it is not
16 saved. If that is not the desired behavior it must be specified
17 explicitly. Below is a summary of the cget options.
18
19 Startup:
20
21 -V, --version
22 Display version of currently installed cget and exit.
23
24 -h, --help
25 Display help screen with common options.
26
27 Logging and input file:
28
29 -q, --quiet
30 Run in quiet mode: no output is displayed.
31
32 Download:
33
34 -O, --output-document=FILE
35 Writes whatever document is downloaded to FILE
36
37 HTTP options:
38
39 -s, --save-headers
40 This option saves HTTP headers to the file being saved (speci‐
41 fied with -O option)
42
43 --header=STRING
44 this option inserts STRING among the headers sent in the HTTP
45 request.
46
48 cget http://www.cherokee-project.com/
49
51 Bug reports
52 I would appreciate hearing of any problems you have with Cherokee. I
53 would also like to hear from you if you have successfully used Chero‐
54 kee, especially if you are using it for a distribution.
55
56 There is a mailing list for discussion among Cherokee users and for
57 announcements of new and test versions. To join, send a message to
58 cherokee-admin@alobbs.com with the line:
59
60 subscribe cherokee
61
62 in the body of the message. The submission address is chero‐
63 kee@alobbs.com.
64
66 Alvaro Lopez Ortega <alvaro@alobbs.com>. Manual page updated by Taher
67 Shihadeh <taher@unixwars.com>.
68
69
70
71 March 31, 2008 Cget(1)