<?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 Date Stamp on file down to seconds? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470863#M849397</link>
    <description>Is there anyway to see the date stamp on a file down to the seconds? Not sure why, but we have a client who wants to be able to see the file date/time down to seconds...&lt;BR /&gt;Thx!</description>
    <pubDate>Tue, 25 Jan 2005 15:16:03 GMT</pubDate>
    <dc:creator>Lisa  Mauer</dc:creator>
    <dc:date>2005-01-25T15:16:03Z</dc:date>
    <item>
      <title>Date Stamp on file down to seconds?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470863#M849397</link>
      <description>Is there anyway to see the date stamp on a file down to the seconds? Not sure why, but we have a client who wants to be able to see the file date/time down to seconds...&lt;BR /&gt;Thx!</description>
      <pubDate>Tue, 25 Jan 2005 15:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470863#M849397</guid>
      <dc:creator>Lisa  Mauer</dc:creator>
      <dc:date>2005-01-25T15:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Date Stamp on file down to seconds?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470864#M849398</link>
      <description>Here's one method that leverages Perl's stat() and localtime() functions to do just what you want.&lt;BR /&gt;&lt;BR /&gt;ftimes.pl -a myfile (for time of last access)&lt;BR /&gt;ftimes.pl -m myfile (for time of last modification -- default)&lt;BR /&gt;ftimes.pl -c myfile (for time of last change)&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;add -e to any of these and get the epoch seconds printed directly.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 15:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470864#M849398</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-25T15:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date Stamp on file down to seconds?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470865#M849399</link>
      <description>Lisa,&lt;BR /&gt;&lt;BR /&gt;  You can also use cpio.&lt;BR /&gt;&lt;BR /&gt;  echo "filename" | cpio -o 2&amp;gt;/dev/null | cpio -ivt 2&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;  But guess probably going to be little slower.&lt;BR /&gt;&lt;BR /&gt;- Sundar.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 15:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470865#M849399</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2005-01-25T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date Stamp on file down to seconds?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470866#M849400</link>
      <description>Excellent! Clay - Thank you! Exactly what I was looking for!</description>
      <pubDate>Tue, 25 Jan 2005 15:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470866#M849400</guid>
      <dc:creator>Lisa  Mauer</dc:creator>
      <dc:date>2005-01-25T15:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Stamp on file down to seconds?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470867#M849401</link>
      <description>Thanks Sundar! That worked also :)</description>
      <pubDate>Tue, 25 Jan 2005 16:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470867#M849401</guid>
      <dc:creator>Lisa  Mauer</dc:creator>
      <dc:date>2005-01-25T16:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Stamp on file down to seconds?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470868#M849402</link>
      <description>For Sundar,&lt;BR /&gt;&lt;BR /&gt;What time is it?? access, change, modification time??</description>
      <pubDate>Tue, 25 Jan 2005 16:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470868#M849402</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-01-25T16:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Stamp on file down to seconds?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470869#M849403</link>
      <description>Got it, it is last modification time. man cpio</description>
      <pubDate>Tue, 25 Jan 2005 16:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-stamp-on-file-down-to-seconds/m-p/3470869#M849403</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-01-25T16:59:42Z</dc:date>
    </item>
  </channel>
</rss>

