1
0
Fork 0
wget/util
Daniel Baumann 9591974d25
Adding upstream version 1.25.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 09:40:11 +02:00
..
Makefile.am Adding upstream version 1.25.0. 2025-06-21 09:40:11 +02:00
Makefile.in Adding upstream version 1.25.0. 2025-06-21 09:40:11 +02:00
README Adding upstream version 1.25.0. 2025-06-21 09:40:11 +02:00
rmold.pl Adding upstream version 1.25.0. 2025-06-21 09:40:11 +02:00
trunc.c Adding upstream version 1.25.0. 2025-06-21 09:40:11 +02:00

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