TITLE(unlink @@ Delete Files)
USAGE(unlink(x))
ALIAS(unlink)
ARGUMENTS(
ARG(x @@ a character vector with the name of the files to be deleted.
Shell wildcards are allowed.))
DESCRIPTION(
LANG(unlink) deletes the files specified by LANG(x).
)
VALUE(The return value of the corresponding system command.)
