The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

cavaspazi - Cavaspazi - a simple script to remove spaces from filenames or file contents

VERSION

version 0.1.0

SYNOPSIS

cavaspazi [-r|-s] file1 file2 ...

SUMMARY

Cavaspazi - a simple script to remove spaces from filenames or file contents. To remove spaces from filenames use the -r, --rename option. To remove spaces from files, use the -s, --substitute option.

OPTIONS

-r, --rename

Rename files by removing spaces from their names.

-s, --substitute

Substitute spaces with underscores in the contents of the files.

-n, --dry-run

Do not actually rename or substitute anything, just print what would be done.

-h, --help

Print a brief help message and exits.

AUTHOR

Andrea Telatin <proch@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Andrea Telatin, Nicola Vitulo.

This is free software, licensed under:

  The MIT (X11) License