at Example

The following sequence sets up a find process to delete core files which is to run at 6:30 PM.

clowns> at 18:30
at> find /home/bozo -name core | xargs rm;
at> 
warning: commands will be executed using /bin/sh
job 1 at 2000-10-09 18:30