rfrm(1) remove remote files and directories

SYNOPSIS

rfrm filename...
rfrm [ -f ] [ -r ] directory...

OPTIONS

The following options apply to rfrm:
-f
Never prompts.
-r
Recursively remove directories and subdirectories in the argument list. The directory will be emptied of files and removed.

NOTES

Although rfrm supports a list of file names or directories it does not support regular expressions (regexp(5)). For instance,
rfrm host:/a/b/c\*

will not work.

AUTHOR

LCG Grid Deployment Team