diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:38:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 17:38:31 +0000 |
commit | 252601302d45036817546c533743e5918b6b86e8 (patch) | |
tree | bfad3f5be123f000fdb03e26400050dece33d72f /util/README | |
parent | Initial commit. (diff) | |
download | wget-upstream.tar.xz wget-upstream.zip |
Adding upstream version 1.21.3.upstream/1.21.3upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'util/README')
-rw-r--r-- | util/README | 15 |
1 files changed, 15 insertions, 0 deletions
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. |