18 lines
931 B
Markdown
18 lines
931 B
Markdown
# <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)
|
|
|
|
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.
|