~m-grant-prg/mget/focal-trunk

« back to all changes in this revision

Viewing changes to src/manpages/man1/mget.1.txt

  • Committer: Mark Grant
  • Date: 2015-06-26 14:04:54 UTC
  • Revision ID: m.grant.prg@gmail.com-20150626140454-ic5qk4mhb3136egx
Tags: upstream-1.1.5
ImportĀ upstreamĀ versionĀ 1.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NAME
 
2
mget - download 1 or more files
 
3
SYNOPSIS
 
4
mget [OPTION]
 
5
DESCRIPTION
 
6
Fetches multiple files whose URL's are specified in a text file.
 
7
OPTIONS
 
8
-g, --group group       Save target file with 'group' owner.
 
9
-h, --help      Displays usage information.
 
10
-o, --owner owner       Save target file with 'owner' owner.
 
11
-p, --persist   Saves command line options for future use.
 
12
-q, --quiet     Quiet mode, limited output.
 
13
-s, --silent    Silent mode, no output.
 
14
-S. --sourcefile sourcefile     Name of the file containing the URL's of files to be fetched. Can be persisted with -p.
 
15
-T, --targetdir targetdir       Directory in which to store retieved files. Can be persisted with -p.
 
16
-u, --unix      Use Unix LF instead of Windows CR/LF line endings.
 
17
-v, --verbose   Verbose mode.
 
18
-V, --version   Displays version information.
 
19
-w, --windows   Use Windows CR/LF instead of Unix LF line endings.
 
20
EXIT STATUS
 
21
0
 
22
if OK,
 
23
 
 
24
1
 
25
if minor problems,
 
26
 
 
27
64
 
28
error in command line arguments,
 
29
 
 
30
66
 
31
file access error,
 
32
 
 
33
67
 
34
trap received,
 
35
 
 
36
77
 
37
permissions error.
 
38
AUTHOR
 
39
Written by Mark Grant.
 
40
REPORTING BUGS
 
41
Report bugs to <m.grant.prg@gmail.com>
 
42
COPYRIGHT
 
43
Copyright 2013 Mark Grant.
 
44
.br
 
45
License GPLv3+: GNU GPL version 3 or later
 
46
.br
 
47
<http://gnu.org/licenses/gpl.html>.
 
48
.br
 
49
This is free software: you are free to change and redistribute it.
 
50
.br
 
51
There is NO WARRANTY, to the extent permitted by law.
 
52
SEE ALSO
 
53
mget(5) wget(1) on Linux and fetch(1) on FreeBSD