<?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 creation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-creation/m-p/3933685#M287746</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Unix has no such attribute as a "creation" timestamp.  The closest you can come is a modification ('mtime').  When a file or directory is first created, the 'mtime' is what you would call a creation time.  Thereafter, any modification (other than permission, name, or ownership change constitues a change in 'mtime'.&lt;BR /&gt;&lt;BR /&gt;To find all files modified after midnight today, do:&lt;BR /&gt;&lt;BR /&gt;# touch -amt 01270000 /tmp/myref&lt;BR /&gt;# find / -type f -newer /tmp/myref -print&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'touch' and 'find'.  See the manpages for 'stat(2)' for more information on 'mtime'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Sat, 27 Jan 2007 10:47:41 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-01-27T10:47:41Z</dc:date>
    <item>
      <title>file creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-creation/m-p/3933684#M287745</link>
      <description>how to find out all the files that are created today ?</description>
      <pubDate>Sat, 27 Jan 2007 10:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-creation/m-p/3933684#M287745</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2007-01-27T10:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: file creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-creation/m-p/3933685#M287746</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Unix has no such attribute as a "creation" timestamp.  The closest you can come is a modification ('mtime').  When a file or directory is first created, the 'mtime' is what you would call a creation time.  Thereafter, any modification (other than permission, name, or ownership change constitues a change in 'mtime'.&lt;BR /&gt;&lt;BR /&gt;To find all files modified after midnight today, do:&lt;BR /&gt;&lt;BR /&gt;# touch -amt 01270000 /tmp/myref&lt;BR /&gt;# find / -type f -newer /tmp/myref -print&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'touch' and 'find'.  See the manpages for 'stat(2)' for more information on 'mtime'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 27 Jan 2007 10:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-creation/m-p/3933685#M287746</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-27T10:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: file creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-creation/m-p/3933686#M287747</link>
      <description>Hi,&lt;BR /&gt;I use this alias on HP-UX11i:&lt;BR /&gt;llt='ls -l|grep "$(date +%b" "%e)"'&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Mon, 29 Jan 2007 05:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-creation/m-p/3933686#M287747</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2007-01-29T05:17:01Z</dc:date>
    </item>
  </channel>
</rss>

