wget/util/README

16 lines
474 B
Plaintext
Raw Normal View History

1999-12-02 02:42:23 -05: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
2008-02-03 19:10:34 -05:00
trunc
=====
This small program may be used to create files of arbitrary size; useful
for testing certain scenarios using wget's --continue option.