mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
5a2075b991
This should probably be noarch... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
9 lines
452 B
Text
9 lines
452 B
Text
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.
|