From 5e03c718f4e7ff13cb6834eda737c269ebed02ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:04:52 +0200 Subject: Adding upstream version 1.21.3. Signed-off-by: Daniel Baumann --- util/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 util/README (limited to 'util/README') diff --git a/util/README b/util/README new file mode 100644 index 0000000..8570832 --- /dev/null +++ b/util/README @@ -0,0 +1,15 @@ + -*- 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. -- cgit v1.2.3