<?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 - advanced (!) use in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766957#M1997</link>
    <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;i know the Linux- find also, but it's the same here than in HP-UX, sorry....&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
    <pubDate>Thu, 18 Jul 2002 11:59:16 GMT</pubDate>
    <dc:creator>Peter Kloetgen</dc:creator>
    <dc:date>2002-07-18T11:59:16Z</dc:date>
    <item>
      <title>Find command - advanced (!) use</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766955#M1995</link>
      <description>Hi, Everyone.&lt;BR /&gt;&lt;BR /&gt;I have an archive directory containing several subdirectories, one of which is called "secure".  I need to compress all files in all the subdirs (using compress -f or compressdir -f) EXCEPT the files in "secure" - they may be needed at an instant's notice.  Your help would be much appreciated.</description>
      <pubDate>Thu, 18 Jul 2002 09:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766955#M1995</guid>
      <dc:creator>Kevin McKie</dc:creator>
      <dc:date>2002-07-18T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find command - advanced (!) use</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766956#M1996</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;you can try the following &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for dir in $(find archivedir -type d |grep -v secure)&lt;BR /&gt;do&lt;BR /&gt;&lt;BR /&gt;compress -rf $dir&lt;BR /&gt;&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;You can also take a look at the tar and &lt;BR /&gt;gzip command. &lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 10:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766956#M1996</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-07-18T10:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Find command - advanced (!) use</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766957#M1997</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;i know the Linux- find also, but it's the same here than in HP-UX, sorry....&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 18 Jul 2002 11:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766957#M1997</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-18T11:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find command - advanced (!) use</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766958#M1998</link>
      <description>find . --exclude ./secure --exec compress -f {} \;</description>
      <pubDate>Thu, 18 Jul 2002 14:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766958#M1998</guid>
      <dc:creator>Craig Kelley</dc:creator>
      <dc:date>2002-07-18T14:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find command - advanced (!) use</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766959#M1999</link>
      <description>Hi, guys -&lt;BR /&gt;&lt;BR /&gt;Apologies for the posting here - it should have gone into the HP-UX forum, not Linux.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help anyway.&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
      <pubDate>Thu, 18 Jul 2002 14:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766959#M1999</guid>
      <dc:creator>Kevin McKie</dc:creator>
      <dc:date>2002-07-18T14:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find command - advanced (!) use</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766960#M2000</link>
      <description>dir=some_directory&lt;BR /&gt;find $dir \! -path $dir/secure -exec compressdir -f {} \;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 18:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-command-advanced-use/m-p/2766960#M2000</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-07-18T18:06:35Z</dc:date>
    </item>
  </channel>
</rss>

