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

..16-May-201736

MakefileH A D07-Jun-201622.1 KiB

Makefile.amH A D07-Jun-20161.3 KiB

Makefile.inH A D07-Jun-201624.4 KiB

READMEH A D07-Jun-2016474

rmold.plH A D07-Jun-20162.2 KiB

trunc.cH A D07-Jun-20162.6 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