I\'m trying to run a command at a specific time. I\'ve looked at the \"at\" command, but I don\'t know how to get it working...
Here\'s what I do:
at 184
You can echo your command into at as input:
at
echo "/usr/bin/php /run/this/script.php" | at 18:43