<?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: ll -R with path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497648#M216009</link>
    <description>another option: &lt;BR /&gt;find / -type f -mtime -1 -exec ll {} \; |grep "12:34"&lt;BR /&gt;&lt;BR /&gt;regards.</description>
    <pubDate>Fri, 04 Mar 2005 05:08:19 GMT</pubDate>
    <dc:creator>Henk Geurts</dc:creator>
    <dc:date>2005-03-04T05:08:19Z</dc:date>
    <item>
      <title>ll -R with path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497645#M216006</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I'm looking for a command which show me not only the filename but also the path.&lt;BR /&gt;&lt;BR /&gt;The story behind:&lt;BR /&gt;We have a crash from a special application and I'm looking for all files which was changed in the time (same minute) from the crash:&lt;BR /&gt;ll -R / | grep -i 12:34 &amp;gt; timestamp.txt&lt;BR /&gt;&lt;BR /&gt;This output brings 'only' a list from the file, but not the path, so I have to search every file again and with over 190 files it is a lot of work ;-(&lt;BR /&gt;&lt;BR /&gt;Have anyone a trick?</description>
      <pubDate>Fri, 04 Mar 2005 04:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497645#M216006</guid>
      <dc:creator>Konrad Hegner</dc:creator>
      <dc:date>2005-03-04T04:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: ll -R with path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497646#M216007</link>
      <description>Hi Konrad,&lt;BR /&gt;&lt;BR /&gt;the find command will do that:&lt;BR /&gt;&lt;BR /&gt;find / -type f -mtime -1 | xargs ls -ld&lt;BR /&gt;&lt;BR /&gt;Change the '-mtime -N' option to select the correct time frame.&lt;BR /&gt;&lt;BR /&gt;Solaris-find has an option '-ls' to print the output directly, but I dont't think HPUX has it.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Fri, 04 Mar 2005 04:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497646#M216007</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2005-03-04T04:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: ll -R with path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497647#M216008</link>
      <description>Create a script (called say foo.ksh)&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;&lt;BR /&gt;if [ `ll $1 | grep -c $2` -ne 0 ]&lt;BR /&gt;then&lt;BR /&gt;    echo $1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then run find ...&lt;BR /&gt;&lt;BR /&gt;# find . -exec foo.ksh {} "12:34" \;&lt;BR /&gt;&lt;BR /&gt;The syntax of the find command is important, don't miss out anything!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Mar 2005 05:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497647#M216008</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-03-04T05:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: ll -R with path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497648#M216009</link>
      <description>another option: &lt;BR /&gt;find / -type f -mtime -1 -exec ll {} \; |grep "12:34"&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 04 Mar 2005 05:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ll-r-with-path/m-p/3497648#M216009</guid>
      <dc:creator>Henk Geurts</dc:creator>
      <dc:date>2005-03-04T05:08:19Z</dc:date>
    </item>
  </channel>
</rss>

