<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: crontab</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/crontab/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Crontab Header</title>
      <link>https://chrisjrob.com/2014/01/04/crontab-header/</link>
      <pubDate>Sat, 04 Jan 2014 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2014/01/04/crontab-header</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/crontab.png" align="right" alt="Featured Image">
         
         <p>Very early on in my Linux life, I came across this suggested header for
crontab and I’ve used it ever since. So much so that I am always
slightly thrown when I come across a crontab without it! No, you don’t
need it, yes the standard commented header works just fine, but, if like
me you prefer things neatly lined up, then this might suit you:</p>

<!--more-->

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>MAILTO=
#   _________________________ 2. Minute - Minutes after the hour (0-59)
#  |
#  |      ______________________ 2. Hour - 24-hour format (0-23).
#  |     |
#  |     |      ___________________ 3. Day - Day of the month (1-31)
#  |     |     |
#  |     |     |      ________________ 4. Month - Month of the year (1-12)
#  |     |     |     |
#  |     |     |     |     ______________5. Weekday - Day of the week. (0-6, 0 indicates Sunday)
#  |     |     |     |    |
#__|_____|_____|_____|____|___Command_____________________________________________________________
</code></pre></div></div>

<p>And if you recognise this as your’s, then thank you!</p>


       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
