Cron Run 1 fois

//If you want a command to run once at a later date, use the at command.
echo /usr/bin/the_command options | at now + 1 day
Mysterious Macaque