<?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: file date/time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127075#M152172</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look here:&lt;BR /&gt;&lt;A href="http://publib16.boulder.ibm.com/pseries/en_US/files/aixfiles/LC_TIME.htm" target="_blank"&gt;http://publib16.boulder.ibm.com/pseries/en_US/files/aixfiles/LC_TIME.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Nov 2003 12:58:31 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2003-11-24T12:58:31Z</dc:date>
    <item>
      <title>file date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127070#M152167</link>
      <description>Does any command can show the date and time of a file?</description>
      <pubDate>Mon, 24 Nov 2003 05:09:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127070#M152167</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-11-24T05:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: file date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127071#M152168</link>
      <description>ls -l [file] gives last modification time.&lt;BR /&gt;ls -lu gives last access time.&lt;BR /&gt;ls -lc gives creation time.&lt;BR /&gt;-- Graham</description>
      <pubDate>Mon, 24 Nov 2003 05:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127071#M152168</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-11-24T05:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: file date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127072#M152169</link>
      <description>For example:&lt;BR /&gt;Using ll mylog,&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root       root         69196 Nov 24 17:42 mylog&lt;BR /&gt;&lt;BR /&gt;I'd like to use command to show the mylog date/time is 11 24 17:42 not Nov 24 17:42,&lt;BR /&gt;Is it possible to do this?</description>
      <pubDate>Mon, 24 Nov 2003 05:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127072#M152169</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2003-11-24T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: file date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127073#M152170</link>
      <description>LC_TIME can be used to influence the format of ls -l.&lt;BR /&gt;I'm not an expert in it's use.&lt;BR /&gt;Search the forums, or start here...&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=202019" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=202019&lt;/A&gt;&lt;BR /&gt;-- Graham</description>
      <pubDate>Mon, 24 Nov 2003 05:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127073#M152170</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-11-24T05:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: file date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127074#M152171</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could you a variant of the very simple attached C prog.&lt;BR /&gt;&lt;BR /&gt;/home/phelix/FORUMS&amp;gt; ./e2 e.c&lt;BR /&gt;File 'e.c' :&lt;BR /&gt;  Last access          : 2003 11 24 14 53 30&lt;BR /&gt;  Last modification    : 2003 11 24 14 56 12&lt;BR /&gt;  Last attr change     : 2003 11 24 14 56 12&lt;BR /&gt;/home/phelix/FORUMS&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jean-Louis.</description>
      <pubDate>Mon, 24 Nov 2003 09:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127074#M152171</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-11-24T09:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: file date/time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127075#M152172</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look here:&lt;BR /&gt;&lt;A href="http://publib16.boulder.ibm.com/pseries/en_US/files/aixfiles/LC_TIME.htm" target="_blank"&gt;http://publib16.boulder.ibm.com/pseries/en_US/files/aixfiles/LC_TIME.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Nov 2003 12:58:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-date-time/m-p/3127075#M152172</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-24T12:58:31Z</dc:date>
    </item>
  </channel>
</rss>

