Send a at
job to remove (probably temporary) files in the future with
a specified time interval from now
rmat(..., days = NULL, hours = NULL, minutes = NULL, dry = TRUE)
(Invisibly) the output of the at
job.
The command will delete files, and there is usually no way to get deleted files back. So make sure you know what you are doing!
Days, hours, and minutes can be given in a mixed way: they will be summed up to give the interval.
Since the command uses at
internally, it is unlikely the
command will work in the Windows system “out of box”.
qsystem
for running system commands quietly.