wget/util
Giuseppe Scrivano e5cb0f77e6 Revert "Replace @VAR@ in Makefile.am files with $VAR"
This reverts commit d1ab00cab4.

Conflicts:
	tests/Makefile.am
2014-10-28 10:42:50 +01:00
..
Makefile.am Revert "Replace @VAR@ in Makefile.am files with $VAR" 2014-10-28 10:42:50 +01:00
README Added util/trunc. 2008-02-03 16:10:34 -08:00
freeopts Whitespace tweaks for utils. 2009-01-23 22:09:48 +01:00
paramcheck.pl paramcheck: Use + quantifier and return copy. 2011-10-21 22:10:02 +02:00
rmold.pl Remove trailing empty lines 2014-06-12 18:49:15 +02:00
trunc.c Ensure main calls bindtextdomain 2014-06-12 18:49:14 +02: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.