<?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: who can do me a favor to spell the command clause between &amp;quot;locate&amp;quot; and &amp;quot;ls&amp;quot; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236264#M11022</link>
    <description>ll `locate route`&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
    <pubDate>Thu, 01 Apr 2004 01:27:44 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2004-04-01T01:27:44Z</dc:date>
    <item>
      <title>who can do me a favor to spell the command clause between "locate" and "ls"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236263#M11021</link>
      <description>I want to locate the files with keyword, then use ll or ls for details, however, I always fell to spell the clause,eg:&lt;BR /&gt;#locate route || ls   &lt;BR /&gt;??&lt;BR /&gt;it can not work.&lt;BR /&gt;How to use the locate as input for the ls or ll?&lt;BR /&gt;thanks&lt;BR /&gt;frederick</description>
      <pubDate>Thu, 01 Apr 2004 01:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236263#M11021</guid>
      <dc:creator>frederick van targero_1</dc:creator>
      <dc:date>2004-04-01T01:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: who can do me a favor to spell the command clause between "locate" and "ls"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236264#M11022</link>
      <description>ll `locate route`&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Thu, 01 Apr 2004 01:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236264#M11022</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-04-01T01:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: who can do me a favor to spell the command clause between "locate" and "ls"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236265#M11023</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#ll `locate sendmail` | more&lt;BR /&gt;&lt;BR /&gt;` - quote in the left top of the keyboard below Esc key.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2004 01:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236265#M11023</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2004-04-01T01:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: who can do me a favor to spell the command clause between "locate" and "ls"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236266#M11024</link>
      <description>Just so you know : which and type can help you find command wich are in you path.&lt;BR /&gt;&lt;BR /&gt;If you don't get a result this way, try :&lt;BR /&gt;find root_search_directory -name '*pattern*' -exec ls -l {} \;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2004 01:38:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236266#M11024</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-04-01T01:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: who can do me a favor to spell the command clause between "locate" and "ls"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236267#M11025</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please note that locate command is not used to find newly created files. In that case find command is the solution.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar.</description>
      <pubDate>Thu, 01 Apr 2004 01:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236267#M11025</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2004-04-01T01:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: who can do me a favor to spell the command clause between "locate" and "ls"</title>
      <link>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236268#M11026</link>
      <description>I do something like this: &lt;BR /&gt;&lt;BR /&gt;for i in `locate X11`&lt;BR /&gt;do&lt;BR /&gt;file $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You get every file as new variable and then you can individually do something with it. &lt;BR /&gt;&lt;BR /&gt;Another, searches contents of files I found with locate for some string: &lt;BR /&gt;&lt;BR /&gt;for i in `locate filesImaybeInterestedIn`&lt;BR /&gt;do&lt;BR /&gt;echo $i&lt;BR /&gt;grep SomeString $i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;You can use the same technique with find.</description>
      <pubDate>Fri, 02 Apr 2004 11:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/who-can-do-me-a-favor-to-spell-the-command-clause-between-quot/m-p/3236268#M11026</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2004-04-02T11:03:12Z</dc:date>
    </item>
  </channel>
</rss>

