18 lines
931 B
Markdown
Raw Permalink Normal View History

# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> perl-File-Remove (File::Remove)
2025-01-21 09:55:58 +01:00
SMEServer Koozali local git repo for perl-File-Remove
## Documentation
https://metacpan.org/pod/File::Remove
## Bugs
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=File-Remove)
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=perl-File-Remove&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description
File::Remove::remove removes files and directories. It acts like /bin/rm,
for the most part. Although unlink can be given a list of files, it will
not remove directories; this module remedies that. It also accepts
wildcards, * and ?, as arguments for filenames.