<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shinsuke789</author_name>
  <author_url>https://blog.hatena.ne.jp/shinsuke789/</author_url>
  <blog_title>ソフラボの技術ブログ</blog_title>
  <blog_url>https://shinsuke789.hatenablog.jp/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>crontabで第？曜日にタスクを実行する方法を紹介します。 サンプル 日曜日にシャットダウンを実行する場合の例です。 # 第1日曜日（5月） 0 0 1-7 5 * [ &quot;$(date '+\%w')&quot; -eq 0 ] &amp;&amp; /sbin/shutdown -h now # 第2日曜日（8月） 0 0 8-14 8 * [ &quot;$(date '+\%w')&quot; -eq 0 ] &amp;&amp; /sbin/shutdown -h now # 第3日曜日（9、11、12月） 0 0 15-21 9,11-12 * [ &quot;$(date '+\%w')&quot; -eq 0 ] &amp;&amp; /sbin/shutdown -h n…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshinsuke789.hatenablog.jp%2Fentry%2F2015%2F08%2F07%2F123000&quot; title=&quot;crontabで第？曜日にタスクを実行する方法 - ソフラボの技術ブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://blog.st-hatena.com/images/theme/og-image-1500.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-08-07 12:30:00</published>
  <title>crontabで第？曜日にタスクを実行する方法</title>
  <type>rich</type>
  <url>https://shinsuke789.hatenablog.jp/entry/2015/08/07/123000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
