hpc.del | R Documentation |
Deletes all files in the specified folder on the remote host (HPC) via ssh
hpc.del(
folder = NA,
user = NA,
command = "find",
host = "transfer.gwdg.de",
key = NA
)
folder |
folder where files are deletd on the remote host |
user |
user name on the remote host |
command |
decide which command is sued for deleting files. Options are "rm" or "find". |
host |
host server address |
key |
link to the ssh key file on the local system |
Deletes all files in the specified folder on the remote host (HPC) via ssh. The command options can be used to define which bash command is used for deleting files. While "rm" may be faster, it throws error messages for very long file lists. Thus, "find" should be used for large numbers of files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.