wget/util
Micah Cowan 66517821ee Added copyright notice, removing unused declaration. 2008-05-16 10:39:35 -07:00
..
Makefile.am Don't build/install trunc. 2008-02-06 21:16:46 -08:00
README Added util/trunc. 2008-02-03 16:10:34 -08:00
paramcheck.pl Added copyright notice, removing unused declaration. 2008-05-16 10:39:35 -07:00
rmold.pl Updated copyright year. 2008-01-25 05:04:01 -08:00
trunc.c Added util/trunc. 2008-02-03 16:10:34 -08:00

README

                                                           -*- 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.