• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-201626

Makefile.amH A D27-Nov-20151.4 KiB

READMEH A D27-Nov-2015474

rmold.plH A D27-Nov-20152.3 KiB

trunc.cH A D27-Nov-20152.9 KiB

README

1                                                           -*- text -*-
2
3This directory contains various optional utilities to help you use
4Wget.
5
6rmold.pl
7========
8This Perl script is used to check which local files are no longer on
9the remote server.  You can use it to get the list of files, or
10$ rmold.pl [dir] | xargs rm
11
12trunc
13=====
14This small program may be used to create files of arbitrary size; useful
15for testing certain scenarios using wget's --continue option.
16