<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Linux: Find in Files'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Mon, 20 Apr 2026 04:52:17 +0000</lastBuildDate>
    <item>
      <title>mkornatz said on 19/Nov/2009</title>
      <link>https://snipplr.com/view/13800/linux-find-in-files</link>
      <description>&lt;p&gt;I got errors when using this, specifically: "xargs: unmatched single quote;"&#13;
&#13;
This command was successful where the above was not:&#13;
&#13;
find -type f -printf '"%p"\n' | xargs grep -sl "string"&lt;/p&gt;</description>
      <pubDate>Thu, 19 Nov 2009 14:22:36 UTC</pubDate>
      <guid>https://snipplr.com/view/13800/linux-find-in-files</guid>
    </item>
  </channel>
</rss>
