4 at

Some jobs are to be scheduled once. For jobs like these, it is best to use at and its related commands. at is used to add a job to the schedule of a particular user. atq is used to list existing jobs already scheduled, and atrm is used to remove already scheduled jobs.

For more details, use “man at” to find out more about how to use this command.