diff options
author | Edinaldo P. Silva <EMAIL> | 2015-06-25 07:57:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-25 07:57:26 +0700 |
commit | a0b7c0e0f064a0c0fa515bc6db7e725c545df77f (patch) | |
tree | 06c2bd1fb6b59b3b94fcb7b7173f05d021805b30 /perl/perl-File-Remove/README | |
parent | 79a08fbef50b65d21f877ec81992bd6fc1d4180e (diff) | |
download | slackbuilds-a0b7c0e0f064a0c0fa515bc6db7e725c545df77f.tar.gz |
perl/perl-File-Remove: Added (Remove files and directories).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Remove/README')
-rw-r--r-- | perl/perl-File-Remove/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-File-Remove/README b/perl/perl-File-Remove/README new file mode 100644 index 0000000000..1964628e05 --- /dev/null +++ b/perl/perl-File-Remove/README @@ -0,0 +1,7 @@ +perl-File-Remove (Remove files and directories). + +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. + +File::Remove::trash accepts the same arguments as remove, with the addition of an optional, infrequently used "other platforms" hashref. |