wget/util
openKylinBot c0a4694faf Import Upstream version 1.20.3 2022-05-14 03:18:11 +08:00
..
Makefile.am Import Upstream version 1.20.3 2022-05-14 03:18:11 +08:00
Makefile.in Import Upstream version 1.20.3 2022-05-14 03:18:11 +08:00
README Import Upstream version 1.20.3 2022-05-14 03:18:11 +08:00
rmold.pl Import Upstream version 1.20.3 2022-05-14 03:18:11 +08:00
trunc.c Import Upstream version 1.20.3 2022-05-14 03:18:11 +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.