Files
pkgsrc-ng/sysutils/p5-File-Remove/DESCR
2013-09-26 17:14:40 +02:00

5 lines
262 B
Plaintext

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.