Pretty Printer for cron Expressions Build make pcron or gcc -Wall pcron.c -o pcron Run ./pcron "* * * * * [COMMAND]" Note: cron expressions must be enclosed in quotes (either single or double) Example ./pcron "10,20,30 9-17 * JAN-JUN * ls" References https://en.wikipedia.org/wiki/Cron