The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 1.0.3

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.

-v, --verbose

Print what is being done.

-h, --help

Print a brief help message and exits.

SEE ALSO

This module is a tribute to Nicola Vitulo and its glorious cavaspazi.pl. Read more on Acme::Cavaspazi under "Acknowledgments".

AUTHOR

Andrea Telatin <proch@cpan.org>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The MIT (X11) License