<?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 Re: How can i view the space in a date when is from 01 to 09? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982455#M420133</link>
    <description>&lt;!--!*#--&gt;How about the following:&lt;BR /&gt;&lt;BR /&gt;da1=`date +'%b %d' | sed 's/ 0/  /'`&lt;BR /&gt;&lt;BR /&gt;??</description>
    <pubDate>Thu, 01 Jun 2006 14:37:48 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2006-06-01T14:37:48Z</dc:date>
    <item>
      <title>How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982454#M420132</link>
      <description>Hi ...&lt;BR /&gt;When i run ls -lrt date appears with a two spaces between "Jun" and "1"&lt;BR /&gt;&lt;BR /&gt;australia:user1&amp;gt; ls -rlt&lt;BR /&gt;total 20&lt;BR /&gt;-rw-r--r--   1 uno     sapsys         992 Jun  1 13:25 message_error_server.txt&lt;BR /&gt;-rw-r--r--   1 uno     sapsys         147 Jun  1 13:25 message_error&lt;BR /&gt;&lt;BR /&gt;If i run dia=`date "+%b %d"` appears&lt;BR /&gt;Jun 01&lt;BR /&gt;&lt;BR /&gt;how can i use date command to show:&lt;BR /&gt;Jun  1   #two spaces between Jun and 1&lt;BR /&gt;&lt;BR /&gt;or, how can i do to appear it?&lt;BR /&gt;I do something like this one&lt;BR /&gt;&lt;BR /&gt;but it do not work.&lt;BR /&gt;dia=`date | cut -c5-10` # do not respect the spaces ...&lt;BR /&gt;&lt;BR /&gt;Help please !!&lt;BR /&gt;Manuales.</description>
      <pubDate>Thu, 01 Jun 2006 14:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982454#M420132</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982455#M420133</link>
      <description>&lt;!--!*#--&gt;How about the following:&lt;BR /&gt;&lt;BR /&gt;da1=`date +'%b %d' | sed 's/ 0/  /'`&lt;BR /&gt;&lt;BR /&gt;??</description>
      <pubDate>Thu, 01 Jun 2006 14:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982455#M420133</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-06-01T14:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982456#M420134</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;Well, you could filter the silly thing:&lt;BR /&gt;&lt;BR /&gt;# date "+%b %d"|perl -pe 's/(...)0(\d)/$1 $2/' &lt;BR /&gt;&lt;BR /&gt;...that's a space (blank) between $1 and $2.&lt;BR /&gt;&lt;BR /&gt;...(or) if you if you don't care if there is only one space between the month and the day, use:&lt;BR /&gt;&lt;BR /&gt;# date "+%b %0d"&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Jun 2006 14:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982456#M420134</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-01T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982457#M420135</link>
      <description>sorry ...  that did not work !!!&lt;BR /&gt;Help please ..!!!!!&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 14:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982457#M420135</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T14:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982458#M420136</link>
      <description>James, i'm going to check it ... let me please ...</description>
      <pubDate>Thu, 01 Jun 2006 14:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982458#M420136</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T14:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982459#M420137</link>
      <description>I'm still a little confused (Normal day) as to what you are attempting????&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Thu, 01 Jun 2006 14:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982459#M420137</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2006-06-01T14:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982460#M420138</link>
      <description>James, second worked but i need to keep this value into a variable, when i see what is the value of this variable the space is not there !!!  :'( ....&lt;BR /&gt;&lt;BR /&gt;1.- australia:user1&amp;gt; date "+%b %0d"&lt;BR /&gt;Jun 1&lt;BR /&gt;2.- australia:user1&amp;gt; date "+%b %d"|perl -pe 's/(...)0(\d)/$1 $2/' &lt;BR /&gt;Jun  1&lt;BR /&gt;3.- australia:user1&amp;gt; dia=`date "+%b %d"|perl -pe 's/(...)0(\d)/$1 $2/'`&lt;BR /&gt;4.- australia:user1&amp;gt; echo $dia&lt;BR /&gt;Jun 1&lt;BR /&gt;australia:user1&amp;gt; &lt;BR /&gt;how can i do to maintain the space?&lt;BR /&gt;&lt;BR /&gt;Thanks ....</description>
      <pubDate>Thu, 01 Jun 2006 14:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982460#M420138</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T14:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982461#M420139</link>
      <description>&lt;!--!*#--&gt;Hi (again) Manuales:&lt;BR /&gt;&lt;BR /&gt;Either the 'sed' or the 'perl' will work.  The 'sed' solution is shorter and cheaper.&lt;BR /&gt;&lt;BR /&gt;Your problems is (probably) that you did:&lt;BR /&gt;&lt;BR /&gt;# da1=`date +'%b %d' | sed 's/ 0/  /'` &lt;BR /&gt;# echo ${da1}   #...wrong!&lt;BR /&gt;# echo "${da1}" #...correct!!!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Jun 2006 14:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982461#M420139</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-01T14:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982462#M420140</link>
      <description>I'm attaching you how it saw the space, into this portal either you can see the space .....&lt;BR /&gt;&lt;BR /&gt;please , look file at attached.</description>
      <pubDate>Thu, 01 Jun 2006 14:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982462#M420140</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982463#M420141</link>
      <description>&amp;gt;&amp;gt; sorry ... that did not work !!!&lt;BR /&gt;&amp;gt;&amp;gt; Help please ..!!!!!&lt;BR /&gt;&lt;BR /&gt;Don't know who that was for.  attached is a script that demonstrates the sed option works.....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 14:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982463#M420141</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2006-06-01T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982464#M420142</link>
      <description>I'm attaching you how it saw the space, into this portal either you can see the space .....&lt;BR /&gt;&lt;BR /&gt;please , look file at attached.</description>
      <pubDate>Thu, 01 Jun 2006 14:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982464#M420142</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982465#M420143</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;Oh, splat!  Now I remember!  Use this for space-fill.  See the good-old-reliable manpages for 'date':&lt;BR /&gt;&lt;BR /&gt;# date +'%b %e'&lt;BR /&gt;&lt;BR /&gt;...no filter necessary!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Jun 2006 14:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982465#M420143</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-01T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982466#M420144</link>
      <description>&lt;!--!*#--&gt;lt09:/home/merijn 108 &amp;gt; perl -MDate::Manip -le'print scalar UnixDate"today","%b %e"'&lt;BR /&gt;Jun  1&lt;BR /&gt;lt09:/home/merijn 109 &amp;gt; perl -MDate::Calc=Month_to_Text -le'@t=localtime;printf"%s %2d\n",Month_to_Text(++$t[4]),$t[3]'&lt;BR /&gt;June  1&lt;BR /&gt;lt09:/home/merijn 110 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 01 Jun 2006 14:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982466#M420144</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-06-01T14:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982467#M420145</link>
      <description>Within 10 seconds :)&lt;BR /&gt;We both came up with %e&lt;BR /&gt;How wonderful this forum is ...&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Thu, 01 Jun 2006 15:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982467#M420145</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-06-01T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982468#M420146</link>
      <description>Hi Merijn:&lt;BR /&gt;&lt;BR /&gt;Ah, yes, but how wonderful you taught me to *first* think Perl!  :-))&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Jun 2006 15:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982468#M420146</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-01T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982469#M420147</link>
      <description>I'm agree with you procura !!!!&lt;BR /&gt;thanks a lot to all !!!!&lt;BR /&gt;&lt;BR /&gt;and ....&lt;BR /&gt;&lt;BR /&gt;o.k. that's works:&lt;BR /&gt;australia:user1&amp;gt; da1=`date +'%b %d' | sed 's/ 0/  /'` &lt;BR /&gt;australia1:user1&amp;gt; echo "${da1}"&lt;BR /&gt;Jun  1  #here there is a space ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and .. do i use correctly the following sentence with if? i mean, using variable wich contains the value date above asked:&lt;BR /&gt;&lt;BR /&gt; if [[ ! -n `cat ${logftp}_out | grep "${dia}" | grep "$file_delivered"` ]]  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks....</description>
      <pubDate>Thu, 01 Jun 2006 15:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982469#M420147</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982470#M420148</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;You wrote:&lt;BR /&gt;&lt;BR /&gt;# if [[ ! -n `cat ${logftp}_out | grep "${dia}" | grep "$file_delivered"` ]] ...&lt;BR /&gt;&lt;BR /&gt;This creates extra processes.  'grep' reads a file directly, so:&lt;BR /&gt;&lt;BR /&gt;# if [[ ! -n `grep -e ${dia} -e "$file_delivered ${logftp}_out ]] ...&lt;BR /&gt;&lt;BR /&gt;...should work...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 15:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982470#M420148</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-01T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982471#M420149</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;You wrote:&lt;BR /&gt;&lt;BR /&gt;# if [[ ! -n `cat ${logftp}_out | grep "${dia}" | grep "$file_delivered"` ]] ...&lt;BR /&gt;&lt;BR /&gt;This creates extra processes.  'grep' reads a file directly, so:&lt;BR /&gt;&lt;BR /&gt;# if [[ ! -n "`grep -e ${dia} -e $file_delivered ${logftp}_out`" ]] ...&lt;BR /&gt;&lt;BR /&gt;...should work...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 15:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982471#M420149</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-01T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982472#M420150</link>
      <description>James .. could you tell me what is here "perl" command .. &lt;BR /&gt;&lt;BR /&gt;dia=`date "+%b %d"|perl -pe 's/(...)0(\d)/$1 $2/'` &lt;BR /&gt;&lt;BR /&gt;is the software installed here? how can i verify it .. or is a command like awk or something like that??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 15:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982472#M420150</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-06-01T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can i view the space in a date when is from 01 to 09?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982473#M420151</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;Perl is installed with HP-UX although more recent ports are available.  Merijn offers at his own site a tremendous plethora!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can get a reasonablly update binary for HP-UX here, too:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Generally, Perl is installed in '/opt/perl/bin/perl' and a symbolic link from 'usr/bin/perl' is created to point to it.&lt;BR /&gt;&lt;BR /&gt;# perl -v&lt;BR /&gt;&lt;BR /&gt;...returns your version.  You should have at least 5.8.x&lt;BR /&gt;&lt;BR /&gt;Perl is much more than 'awk' or 'sed' although it borrows from both plus the C language:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perl.org/about.html" target="_blank"&gt;http://www.perl.org/about.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 01 Jun 2006 15:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-view-the-space-in-a-date-when-is-from-01-to-09/m-p/4982473#M420151</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-01T15:20:58Z</dc:date>
    </item>
  </channel>
</rss>

