]> sjero.net Git - wget/blob - util/README
NEWS: cite --start-pos
[wget] / util / README
1                                                            -*- text -*-
2
3 This directory contains various optional utilities to help you use
4 Wget.
5
6 rmold.pl
7 ========
8 This Perl script is used to check which local files are no longer on
9 the remote server.  You can use it to get the list of files, or
10 $ rmold.pl [dir] | xargs rm
11
12 trunc
13 =====
14 This small program may be used to create files of arbitrary size; useful
15 for testing certain scenarios using wget's --continue option.