<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Shell script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997343#M749168</link>
    <description>Hi&lt;BR /&gt;I need to check today is first date of the month or not . &lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Mahesh</description>
    <pubDate>Thu, 10 May 2007 04:13:06 GMT</pubDate>
    <dc:creator>Maheshvs</dc:creator>
    <dc:date>2007-05-10T04:13:06Z</dc:date>
    <item>
      <title>Shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997343#M749168</link>
      <description>Hi&lt;BR /&gt;I need to check today is first date of the month or not . &lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Mahesh</description>
      <pubDate>Thu, 10 May 2007 04:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997343#M749168</guid>
      <dc:creator>Maheshvs</dc:creator>
      <dc:date>2007-05-10T04:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997344#M749169</link>
      <description>if [ `date +%d` -eq 01 ]&lt;BR /&gt;then&lt;BR /&gt;  ...&lt;BR /&gt;else&lt;BR /&gt;  ...&lt;BR /&gt;fi</description>
      <pubDate>Thu, 10 May 2007 04:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997344#M749169</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2007-05-10T04:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997345#M749170</link>
      <description>date=`date +%d`&lt;BR /&gt;if [ $date -eq 1 ]&lt;BR /&gt;then&lt;BR /&gt;echo "Today is First day of Month"&lt;BR /&gt;else&lt;BR /&gt;echo "Today is not First day of Month"&lt;BR /&gt;fi&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2007 04:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997345#M749170</guid>
      <dc:creator>swarup kundu</dc:creator>
      <dc:date>2007-05-10T04:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997346#M749171</link>
      <description>if [[ $(date +%d) = 01 ]]; then&lt;BR /&gt;   .....&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;ARt</description>
      <pubDate>Fri, 11 May 2007 03:04:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/3997346#M749171</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-05-11T03:04:01Z</dc:date>
    </item>
  </channel>
</rss>

