<?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: Help on ls -l Command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648645#M45533</link>
    <description>I don't think there is a way because for files that havent been accessed in that long, the month/day/year format is all hpux cares about.&lt;BR /&gt;&lt;BR /&gt;Perhaps the gurus out there may come up with something more magical for you.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Chris</description>
    <pubDate>Fri, 18 Jan 2002 20:58:34 GMT</pubDate>
    <dc:creator>Christopher McCray_1</dc:creator>
    <dc:date>2002-01-18T20:58:34Z</dc:date>
    <item>
      <title>Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648641#M45529</link>
      <description>For files older than 1 year, the ls -l command shows modification date/time as year and month only.&lt;BR /&gt;&lt;BR /&gt;How can I get the last modification date/time in YYYY MM DD HH:MI:SS format for files older than 1 year when running LS -L command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 20:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648641#M45529</guid>
      <dc:creator>abhay kumar_1</dc:creator>
      <dc:date>2002-01-18T20:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648642#M45530</link>
      <description>Try ls -altr  (reverse order.&lt;BR /&gt;&lt;BR /&gt;or ls -alt&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 20:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648642#M45530</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-18T20:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648643#M45531</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Standard Unix.  However, you can get a "super ls" from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gatekeep.cs.utah.edu/hppd/hpux/Shells/sls-1.0/" target="_blank"&gt;http://gatekeep.cs.utah.edu/hppd/hpux/Shells/sls-1.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 18 Jan 2002 20:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648643#M45531</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-18T20:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648644#M45532</link>
      <description>Hi abhay,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;# ls -acl  &lt;BR /&gt;&lt;BR /&gt;This will list the time of last modification of the inode (file creation, mode changes etc)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 18 Jan 2002 20:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648644#M45532</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-18T20:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648645#M45533</link>
      <description>I don't think there is a way because for files that havent been accessed in that long, the month/day/year format is all hpux cares about.&lt;BR /&gt;&lt;BR /&gt;Perhaps the gurus out there may come up with something more magical for you.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 18 Jan 2002 20:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648645#M45533</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-01-18T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648646#M45534</link>
      <description>The key here is that the file is older than one year.&lt;BR /&gt;&lt;BR /&gt;For clarification purposes, try this :&lt;BR /&gt;&lt;BR /&gt;1. Create a file with modification date and time of Jan 2, 2001 12:35 PM.&lt;BR /&gt;&lt;BR /&gt; touch -m 0101123502 new&lt;BR /&gt;&lt;BR /&gt;2. LS -L output is shown below :&lt;BR /&gt;&lt;BR /&gt;   0 Jan  1 12:35 new&lt;BR /&gt;&lt;BR /&gt;3. Now change the modification date/time to Jan 1, 2001 12:35&lt;BR /&gt;&lt;BR /&gt;   touch -m 0101123501 new&lt;BR /&gt;&lt;BR /&gt;4. Now try the LS -LTRA command.&lt;BR /&gt;&lt;BR /&gt;        0 Jan  1  2001 new&lt;BR /&gt;&lt;BR /&gt;Notice that hour/minute information is missing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 20:59:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648646#M45534</guid>
      <dc:creator>abhay kumar_1</dc:creator>
      <dc:date>2002-01-18T20:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648647#M45535</link>
      <description>Kind of a hack and rather slow, especially for large file, but UNIX standard:&lt;BR /&gt;&lt;BR /&gt;$ ll /usr/conf/lib/libspt.a&lt;BR /&gt;-r--r--r--   1 bin        bin          63556 Oct 30  1997 /usr/conf/lib/libspt.a&lt;BR /&gt;$ echo /usr/conf/lib/libspt.a | cpio -o 2&amp;gt;/dev/null | cpio -ivt 2&amp;gt;/dev/null&lt;BR /&gt;100444 bin     63556  Oct 30 23:50:34 1997  /usr/conf/lib/libspt.a&lt;BR /&gt;$</description>
      <pubDate>Mon, 21 Jan 2002 11:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648647#M45535</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-01-21T11:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648648#M45536</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Another hack but easy&lt;BR /&gt;&lt;BR /&gt;tar -cf - dtksh.examples/|tar -tVf -&lt;BR /&gt;&lt;BR /&gt;Gives user no and gid which is only disadvantage&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve Steel</description>
      <pubDate>Mon, 21 Jan 2002 11:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648648#M45536</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-21T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ls -l Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648649#M45537</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;here is a pointer&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;find $1 -mtime +365|while read line&lt;BR /&gt;  do&lt;BR /&gt;    if [ -d $line ]&lt;BR /&gt;    then&lt;BR /&gt;       echo " "&lt;BR /&gt;       echo $(ll -d $line)&lt;BR /&gt;       else&lt;BR /&gt;       echo $(ll  $line|cut -c1-32) $(tar -cf - $line|tar -tVpf -|cut -c 17-128)&lt;BR /&gt;    fi&lt;BR /&gt;  done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                       Steve Steel</description>
      <pubDate>Mon, 21 Jan 2002 12:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ls-l-command/m-p/2648649#M45537</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-21T12:32:46Z</dc:date>
    </item>
  </channel>
</rss>

