<?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: find command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341781#M72597</link>
    <description>What are your search criteria for files ? Are they in a single directory or sub-directory ? Do you want to copy directory structure or not ?&lt;BR /&gt;&lt;BR /&gt;In case of all file in all sub-dirs copied in a single dir, it looks like that :&lt;BR /&gt;&lt;BR /&gt;find /search/dir -name "foo*" -exec cp {} /to/dir \;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Jul 2004 02:33:54 GMT</pubDate>
    <dc:creator>Fred Ruffet</dc:creator>
    <dc:date>2004-07-27T02:33:54Z</dc:date>
    <item>
      <title>find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341778#M72594</link>
      <description>Can we find some files in a particual dir and copy them to some different folders using a single command (find)?</description>
      <pubDate>Tue, 27 Jul 2004 02:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341778#M72594</guid>
      <dc:creator>Ravi_65</dc:creator>
      <dc:date>2004-07-27T02:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341779#M72595</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use -exec.&lt;BR /&gt;&lt;BR /&gt;$ find . -exec cp {} /newdir/ ';'&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 27 Jul 2004 02:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341779#M72595</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-07-27T02:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341780#M72596</link>
      <description>Hi!&lt;BR /&gt;I think yes, you can use "-exec {}" in find command.&lt;BR /&gt;Something like: &lt;BR /&gt;&lt;BR /&gt;find . -name mountain.jpg -exec cp '{}' / \;&lt;BR /&gt;&lt;BR /&gt;  PF</description>
      <pubDate>Tue, 27 Jul 2004 02:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341780#M72596</guid>
      <dc:creator>Josef Forman</dc:creator>
      <dc:date>2004-07-27T02:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341781#M72597</link>
      <description>What are your search criteria for files ? Are they in a single directory or sub-directory ? Do you want to copy directory structure or not ?&lt;BR /&gt;&lt;BR /&gt;In case of all file in all sub-dirs copied in a single dir, it looks like that :&lt;BR /&gt;&lt;BR /&gt;find /search/dir -name "foo*" -exec cp {} /to/dir \;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jul 2004 02:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command/m-p/3341781#M72597</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-07-27T02:33:54Z</dc:date>
    </item>
  </channel>
</rss>

