Description Usage Arguments Details Value Note Author(s) See Also Examples
Send a at
job to remove (probably temporary) files in the future with
a specified time interval from now
1 |
... |
Files to be removed |
days |
Numeric, interval in days |
hours |
Numeric, interval in hours |
minutes |
Numeric, interval in minutes |
dry |
Logical, if set to |
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.
(Invisibly) the output of the at
job.
Since the command uses at
internally, it is unlikely the
command will work in the Windows system “out of box”.
Jitao David Zhang <jitao_david.zhang@roche.com>
qsystem
for running system commands quietly.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.