today i was working with cron jobs.

so i wanted to disable a command temporarly while i troubleshooted my code, so i wanted to stop the command from executing.

so if you are also like me and wondering about putting your comments or notes in your crontab file its easy, all you have to do is begin the line with the pound sign which is: #

that was easy right?