public class TestDelete
extends java.lang.Object
This test connects to a host and deletes files matching the given mask. The
code must refuse deleting all files in / or . or .. However, be very careful
with the mask!!! This is rm -rf on remote machines. If host is 'local', the
delete will be performed with java File operations. Relative pathes in the
mask refers to home in remote machines, or to the current directory on local
machine.
Arguments: user@host mask string (enclose in "" if contains space)