summaryrefslogtreecommitdiffstats
path: root/util/README
blob: 8570832092f2dc7b465225f802e3622884f45d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
                                                           -*- text -*-

This directory contains various optional utilities to help you use
Wget.

rmold.pl
========
This Perl script is used to check which local files are no longer on
the remote server.  You can use it to get the list of files, or
$ rmold.pl [dir] | xargs rm

trunc
=====
This small program may be used to create files of arbitrary size; useful
for testing certain scenarios using wget's --continue option.