<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/find</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 29 Aug 2008 18:51:41 GMT</pubDate>
<item>
<title>(Bash) grep for either of two strings - noah</title>
<link>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</link>
<description><![CDATA[ <p>Here's an example of using grep to filter for links that contain the string 'jpg' or 'gif'</p> ]]></description>
<pubDate>Fri, 20 Jun 2008 15:29:33 GMT</pubDate>
<guid>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</guid>
</item>
<item>
<title>(Bash) Find all files and directories in project excluding .svn - koncept</title>
<link>http://snipplr.com/view/5894/find-all-files-and-directories-in-project-excluding-svn/</link>
<description><![CDATA[ <p>Simple but useful.</p> ]]></description>
<pubDate>Thu, 17 Apr 2008 06:45:46 GMT</pubDate>
<guid>http://snipplr.com/view/5894/find-all-files-and-directories-in-project-excluding-svn/</guid>
</item>
<item>
<title>(Bash) Recursively remove .svn directories - meinhard</title>
<link>http://snipplr.com/view/5865/recursively-remove-svn-directories/</link>
<description><![CDATA[ <p>Execute this to remove the .svn directory from the current directory and all sub directories</p> ]]></description>
<pubDate>Tue, 15 Apr 2008 09:39:43 GMT</pubDate>
<guid>http://snipplr.com/view/5865/recursively-remove-svn-directories/</guid>
</item>
<item>
<title>(Bash) Editing files from a find result - mandric</title>
<link>http://snipplr.com/view/5603/editing-files-from-a-find-result/</link>
<description><![CDATA[ <p>find command just returns a list of HTML files that have 'search_str' in it, vim takes a list of files.</p> ]]></description>
<pubDate>Fri, 28 Mar 2008 19:54:07 GMT</pubDate>
<guid>http://snipplr.com/view/5603/editing-files-from-a-find-result/</guid>
</item>
<item>
<title>(Bash) Delete files older than 5 days - CharlyBr</title>
<link>http://snipplr.com/view/5556/delete-files-older-than-5-days/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Mar 2008 10:59:07 GMT</pubDate>
<guid>http://snipplr.com/view/5556/delete-files-older-than-5-days/</guid>
</item>
<item>
<title>(Bash) Exclude some directories from grep - noah</title>
<link>http://snipplr.com/view/4744/exclude-some-directories-from-grep/</link>
<description><![CDATA[ <p>The following command will grep for a string in HTML files, but will skip the directories dirFoo and dirBar.  (Thanks Jeff)</p> ]]></description>
<pubDate>Wed, 23 Jan 2008 12:44:48 GMT</pubDate>
<guid>http://snipplr.com/view/4744/exclude-some-directories-from-grep/</guid>
</item>
<item>
<title>(Bash) Remove whitespace at EOL in multiple files - sebastian_bergmann</title>
<link>http://snipplr.com/view/4742/remove-whitespace-at-eol-in-multiple-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Jan 2008 12:03:38 GMT</pubDate>
<guid>http://snipplr.com/view/4742/remove-whitespace-at-eol-in-multiple-files/</guid>
</item>
<item>
<title>(Bash) Replace string in multiple files - sebastian_bergmann</title>
<link>http://snipplr.com/view/4741/replace-string-in-multiple-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Jan 2008 12:01:52 GMT</pubDate>
<guid>http://snipplr.com/view/4741/replace-string-in-multiple-files/</guid>
</item>
<item>
<title>(Bash) deleting files of certain types from the command line - therobot</title>
<link>http://snipplr.com/view/4381/deleting-files-of-certain-types-from-the-command-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 19 Dec 2007 11:37:54 GMT</pubDate>
<guid>http://snipplr.com/view/4381/deleting-files-of-certain-types-from-the-command-line/</guid>
</item>
<item>
<title>(Bash) Find possible plist-Files for an given Application - zingo</title>
<link>http://snipplr.com/view/4368/find-possible-plistfiles-for-an-given-application/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 16 Dec 2007 02:30:43 GMT</pubDate>
<guid>http://snipplr.com/view/4368/find-possible-plistfiles-for-an-given-application/</guid>
</item>
<item>
<title>(Bash) using find to list old files based on date - jhenry</title>
<link>http://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Jun 2007 12:14:25 GMT</pubDate>
<guid>http://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date/</guid>
</item>
<item>
<title>(Bash) Compress Images using convert (ImageMagick) in a bulk - abhiomkar</title>
<link>http://snipplr.com/view/2822/compress-images-using-convert-imagemagick-in-a-bulk/</link>
<description><![CDATA[ <p>- lowQ/ is the output directory
- pass quality level from 1 to 100</p> ]]></description>
<pubDate>Fri, 08 Jun 2007 00:53:13 GMT</pubDate>
<guid>http://snipplr.com/view/2822/compress-images-using-convert-imagemagick-in-a-bulk/</guid>
</item>
<item>
<title>(Bash) Example of Fancy File Renaming - benpjohnson</title>
<link>http://snipplr.com/view/2406/example-of-fancy-file-renaming/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Mar 2007 07:29:08 GMT</pubDate>
<guid>http://snipplr.com/view/2406/example-of-fancy-file-renaming/</guid>
</item>
<item>
<title>(Bash) Find a string across multiple files with different extensions - noah</title>
<link>http://snipplr.com/view/2033/find-a-string-across-multiple-files-with-different-extensions/</link>
<description><![CDATA[ <p>Search many files for a string.  This example finds the string "thingy."  This is useful when I want to find, say, a CSS class name that has changed, and update it in all of my .js, .jsp and .jspf files.  

The -niP argument to grep is optional.  -n prints line numbers, -i makes search case-insensitive, and -P toggles Perl regular expression syntax.  (I'm not sure that -P works under Cygwin.)</p> ]]></description>
<pubDate>Sun, 28 Jan 2007 07:43:53 GMT</pubDate>
<guid>http://snipplr.com/view/2033/find-a-string-across-multiple-files-with-different-extensions/</guid>
</item>
<item>
<title>(Bash) Find and delete all Thumbs.db files - Roshambo</title>
<link>http://snipplr.com/view/1824/find-and-delete-all-thumbsdb-files/</link>
<description><![CDATA[ <p>Remove all those annoying thumbnail files that Windows users created while browsing your network drive. This command traverses all directories and deletes all "Thumbs.db" files as it finds them.</p> ]]></description>
<pubDate>Wed, 20 Dec 2006 10:20:25 GMT</pubDate>
<guid>http://snipplr.com/view/1824/find-and-delete-all-thumbsdb-files/</guid>
</item>
<item>
<title>(Bash) Edit all files containing a given pattern - collin</title>
<link>http://snipplr.com/view/1695/edit-all-files-containing-a-given-pattern/</link>
<description><![CDATA[ <p>Using this command makes it easy to do a project-wide search-and-replace</p> ]]></description>
<pubDate>Mon, 20 Nov 2006 08:51:32 GMT</pubDate>
<guid>http://snipplr.com/view/1695/edit-all-files-containing-a-given-pattern/</guid>
</item>
<item>
<title>(Bash) find with grep - Catfish</title>
<link>http://snipplr.com/view/1665/find-with-grep/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 14 Nov 2006 04:28:35 GMT</pubDate>
<guid>http://snipplr.com/view/1665/find-with-grep/</guid>
</item>
</channel>
</rss>