mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
|
-*- 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
|
||
|
|