<?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: Scripting Question: date related in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5752085#M638422</link>
    <description>&lt;P&gt;&amp;gt;I am confused about the below syntax you have mentioned,&amp;nbsp;it is producing white space&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, that was when I thought you wanted the ll(1) output to have two digits and no extra space.&lt;/P&gt;&lt;P&gt;So you want what Steven had: date "+%b%d"&lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2012 22:33:15 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-08-03T22:33:15Z</dc:date>
    <item>
      <title>Scripting Question: date related ,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750591#M638413</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script was working well&amp;nbsp; From July 20th untill July 31st , but returned error after August 1st.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script&amp;nbsp;is matching files with the date stamp DS="date +%b%e%Y"&lt;/P&gt;&lt;P&gt;ls -l | grep $DS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now it is not working as there is a space came in the value of $DS since August 1 2012.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it is returning a white space before the day, : thats the problem:&lt;/P&gt;&lt;P&gt;$ date +%b%e%Y&lt;BR /&gt;Aug 22012&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ### See there is a white space before&amp;nbsp; 2&amp;nbsp;&amp;nbsp; #[Since the day is one digit , 2nd August]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Earlier for "July 31st" it was returning like this:&amp;nbsp; &amp;nbsp;[ it was GOOD as no space in between&amp;nbsp;]&lt;/P&gt;&lt;P&gt;$ date +%b%e%Y&lt;/P&gt;&lt;P&gt;Jul312012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output should be like this:&lt;/P&gt;&lt;P&gt;Aug022012&amp;nbsp;&amp;nbsp; ## See 02 is there,&amp;nbsp; instead of just " 2"&amp;nbsp;&amp;nbsp;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Experts your help please, how to get the output without&amp;nbsp;the white space but a zero instead of the white space.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 15:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750591#M638413</guid>
      <dc:creator>rveri-admin</dc:creator>
      <dc:date>2012-08-02T15:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related ,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750597#M638414</link>
      <description>&lt;P&gt;The date format you are seeing from the 'ls' command is the standard HP-UX format.&amp;nbsp; If the day is a single-digit day, then there are 2 spaces between the Month and the day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know if there is a way to change the date format without some other scripting to remove extraneous spaces.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 15:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750597#M638414</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-08-02T15:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related ,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750753#M638415</link>
      <description />
      <pubDate>Thu, 02 Aug 2012 19:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750753#M638415</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2012-08-02T19:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related ,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750789#M638416</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry its my bad,&lt;/P&gt;&lt;P&gt;The filenames are having date stamp within the filename ,so $DS isl trying to match it,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here are the filenames :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ &amp;nbsp;ls -lrt&lt;/P&gt;&lt;P&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9338001 Jul 31 16:05 ortle.txt.Jul3120121605&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50979785 Jul 31 16:23 ormpe.txt.Jul3120121623&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9357787 Aug&amp;nbsp; 1 16:05 ortle.txt.Aug0120121605&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50912248 Aug&amp;nbsp; 1 16:27 ormpe.txt.Aug0120121628&lt;/P&gt;&lt;P&gt;#--------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 20:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750789#M638416</guid>
      <dc:creator>rveri-admin</dc:creator>
      <dc:date>2012-08-02T20:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related ,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750799#M638417</link>
      <description>&lt;P&gt;Steven,&lt;/P&gt;&lt;P&gt;Thanks much , it works with sed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ date +%b%e%Y | sed -e 's/ /0/'&lt;/P&gt;&lt;P&gt;Aug022012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However the question is:&amp;nbsp; when the day will be more than 9,&amp;nbsp;&lt;/P&gt;&lt;P&gt;As there is no white space when the day goes more than 9, so it will work fine too&amp;nbsp;I guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 20:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750799#M638417</guid>
      <dc:creator>rveri-admin</dc:creator>
      <dc:date>2012-08-02T20:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750811#M638418</link>
      <description>&lt;P&gt;A better fix is to look at ls.cat and look at the format:&lt;/P&gt;&lt;P&gt;$ dumpmsg /usr/lib/nls/msg/C/ls.cat | grep -e 11 -e 12&lt;/P&gt;&lt;P&gt;11 %b %2d&amp;nbsp; %Y&lt;BR /&gt;12 %b %2d %H:%M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for the American nerd locale, you should use the following in your date string:&lt;/P&gt;&lt;P&gt;date +"%b %2d"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;I do not know if there is a way to change the date format without some other scripting to remove extraneous spaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simply make a copy of ls.cat with the changes you want.&lt;/P&gt;&lt;P&gt;Consult the tag cloud:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://community.hpe.com/t5/tag/ls.cat/tg-p"&gt;http://h30499.www3.hp.com/t5/tag/ls.cat/tg-p&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;The filenames are having date stamp within the filename&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then change to a different format:&lt;/P&gt;&lt;P&gt;$ date "+%b %02d"&lt;BR /&gt;Aug 02&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;(Which matches what Steven said but more complex.&amp;nbsp; ;-)&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 20:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750811#M638418</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-08-02T20:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750861#M638419</link>
      <description>&lt;P&gt;Dennis thanks...&lt;/P&gt;&lt;P&gt;Patrick ,Steven thanks..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All sorry for confusion.&lt;/P&gt;&lt;P&gt;I am trying to match the file name,&amp;nbsp;&amp;nbsp; not&amp;nbsp;based on&amp;nbsp;date and time stamp of ls -l output,&lt;/P&gt;&lt;P&gt;I am trying to match the last column (the file name , which is generating everyday with eachdays date-time stamp by another script that code I dont know, and the filename having the data-time stamp).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I tried to match DS=`date "+%b%e%Y"&amp;nbsp;&amp;nbsp;&amp;nbsp;[&amp;nbsp;produces: "Jul312012&amp;nbsp;&amp;nbsp; or&amp;nbsp;&amp;nbsp;Aug 12012" ] &amp;nbsp;, it was found producing one white space from August, if day is 1 to 9. it worked day 20th when I first wrote the script, untill 31st July. But after Aug 1&amp;nbsp;didnot work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this today after I checked more example,&amp;nbsp;after posted in to the forum:&lt;/P&gt;&lt;P&gt;DS=`date "+%b%d%Y"&amp;nbsp;&amp;nbsp;&amp;nbsp; # [ producing correct:&amp;nbsp; &amp;nbsp;Aug022012" ]&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[I should have taken : date "+%b%d%Y"&amp;nbsp; in first attemp.&amp;nbsp; Dont know how I missed it.]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;$ DS=`date "+%b%d%Y"&amp;nbsp;&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILES: in /dir1/&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9338001 Jul 31 16:05 ortle.txt.Jul3120121605&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50979785 Jul 31 16:23 ormpe.txt.Jul3120121623&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9357787 Aug&amp;nbsp; 1 16:05 ortle.txt.Aug0120121605&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50912248 Aug&amp;nbsp; 1 16:27 ormpe.txt.Aug0120121628&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9457785 Aug&amp;nbsp;&amp;nbsp;2 16:05 ortle.txt.Aug0220121605&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 52912249 Aug&amp;nbsp;&amp;nbsp;2 16:27 ormpe.txt.Aug0220121628&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to match only last two files of&amp;nbsp; current day (Aug 02, today)&lt;/P&gt;&lt;P&gt;# ls -l /dir1 | grep $DS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9457785 Aug&amp;nbsp;&amp;nbsp;2 16:05 ortle.txt.Aug0220121605&lt;BR /&gt;-rwxrwxrwx&amp;nbsp;&amp;nbsp; 1 oracle&amp;nbsp;&amp;nbsp; dba&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 52912249 Aug&amp;nbsp;&amp;nbsp;2 16:27 ormpe.txt.Aug0220121628&amp;nbsp;&lt;/P&gt;&lt;P&gt;#----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the difference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------&lt;BR /&gt;# date "+%b%e%Y"&lt;BR /&gt;Aug 22012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# date "+%b%d%Y"&amp;nbsp;&amp;nbsp; #[OK]&lt;BR /&gt;Aug022012&lt;BR /&gt;------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works ok with the 2nd one, i.e&amp;nbsp; # date "+%b%d%Y" .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to all who responded. Kudos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2012 21:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5750861#M638419</guid>
      <dc:creator>rveri-admin</dc:creator>
      <dc:date>2012-08-02T21:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5751093#M638420</link>
      <description>&lt;P&gt;&amp;gt;Thanks to all who responded. Kudos.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides Kudos, you might want to mark one of them as the solution.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2012 04:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5751093#M638420</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-08-03T04:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5752059#M638421</link>
      <description>&lt;P&gt;Dennis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am confused about the below syntax you have mentioned,&amp;nbsp;it is producing white space,&lt;/P&gt;&lt;P&gt;my objective to eliminate white space, as grep was resulting error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Then change to a different format:&lt;/P&gt;&lt;P&gt;$ date "+%b %02d"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$&amp;nbsp;date "+%b %02d"&lt;BR /&gt;Aug 03&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2012 21:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5752059#M638421</guid>
      <dc:creator>rveri-admin</dc:creator>
      <dc:date>2012-08-03T21:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5752085#M638422</link>
      <description>&lt;P&gt;&amp;gt;I am confused about the below syntax you have mentioned,&amp;nbsp;it is producing white space&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, that was when I thought you wanted the ll(1) output to have two digits and no extra space.&lt;/P&gt;&lt;P&gt;So you want what Steven had: date "+%b%d"&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2012 22:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5752085#M638422</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-08-03T22:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5753861#M638424</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dennis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats correct,&amp;nbsp; I missed to check the attachment properly , after I checked the sed portion of Stenvens reply,.&lt;/P&gt;&lt;P&gt;And Indeed this is the solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----------------------------------------&lt;/P&gt;&lt;P&gt;Steven Schweda&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;alp$ date +%b%d%Y&lt;BR /&gt;Aug022012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Worked well...&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steven, Thank you...&lt;/P&gt;&lt;P&gt;Q: How do&amp;nbsp;change the green marked "solution TAB"&amp;nbsp;to another reply . I am not sure if it is possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all,&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2012 18:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5753861#M638424</guid>
      <dc:creator>rveri-admin</dc:creator>
      <dc:date>2012-08-06T18:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5753867#M638425</link>
      <description>&lt;P&gt;&amp;gt;Q: How do change the green marked "solution TAB" to another reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under the current solution's select Options &amp;gt; Not the Solution.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2012 18:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5753867#M638425</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-08-06T18:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question: date related</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5753877#M638426</link>
      <description>&lt;P&gt;Dennis,&lt;/P&gt;&lt;P&gt;Great it worked ,I am able to change the solution Mark to accepted solution.&amp;nbsp; thank you..again for all&amp;nbsp;the replies and postings &amp;amp; quick helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2012 19:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question-date-related/m-p/5753877#M638426</guid>
      <dc:creator>rveri-admin</dc:creator>
      <dc:date>2012-08-06T19:06:16Z</dc:date>
    </item>
  </channel>
</rss>

