<?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/perl/tags/find</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 00:11:17 GMT</pubDate>
<item>
<title>(Perl) Print any line matching the regular expression /foo/ in input.txt - fugue</title>
<link>http://snipplr.com/view/64337/print-any-line-matching-the-regular-expression-foo-in-inputtxt/</link>
<description><![CDATA[ <p>-n means loop over the lines of all file names given on the command line, or standard input if none were given. -E is a version of -e that enables newer features like say, which is the same as print but adds a newline.</p> ]]></description>
<pubDate>Tue, 03 Apr 2012 22:34:16 GMT</pubDate>
<guid>http://snipplr.com/view/64337/print-any-line-matching-the-regular-expression-foo-in-inputtxt/</guid>
</item>
<item>
<title>(Perl) make a directory tree from the output of find - alfirth</title>
<link>http://snipplr.com/view/53097/make-a-directory-tree-from-the-output-of-find/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 May 2011 10:44:14 GMT</pubDate>
<guid>http://snipplr.com/view/53097/make-a-directory-tree-from-the-output-of-find/</guid>
</item>
<item>
<title>(Perl) linux find in files - pflangan</title>
<link>http://snipplr.com/view/37931/linux-find-in-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Jul 2010 09:06:57 GMT</pubDate>
<guid>http://snipplr.com/view/37931/linux-find-in-files/</guid>
</item>
<item>
<title>(Perl) perl grep find multiple filetypes - joe-bbb</title>
<link>http://snipplr.com/view/30709/perl-grep-find-multiple-filetypes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Apr 2010 12:59:43 GMT</pubDate>
<guid>http://snipplr.com/view/30709/perl-grep-find-multiple-filetypes/</guid>
</item>
<item>
<title>(Perl) grep with Perl - noah</title>
<link>http://snipplr.com/view/11878/grep-with-perl/</link>
<description><![CDATA[ <p>A combination of the instructions in the book _Minimal Perl_ and [this Perl one-liners page](http://sial.org/howto/perl/one-liner/)

The general form of the one-liner is:

    > perl -wnl -e '/REGEX/ and print $ARGV." $.: $_"; close ARGV if eof' 

The example below shows how to print the hex colors that are defined in a [Sass](http://haml.hamptoncatlin.com/docs/rdoc/classes/Sass.html) source tree.</p> ]]></description>
<pubDate>Thu, 05 Feb 2009 13:29:59 GMT</pubDate>
<guid>http://snipplr.com/view/11878/grep-with-perl/</guid>
</item>
</channel>
</rss>