<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[FreeLibrary Notes]]></title><description><![CDATA[FreeLibrary Notes]]></description><link>https://notes.kevinclarke.info</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 09:10:21 GMT</lastBuildDate><atom:link href="https://notes.kevinclarke.info/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Copying Nested Files]]></title><description><![CDATA[A one-liner for copying nested files with a specific extension to a new location:
find tmp/AudioBooks -type f -name "*.m4b" -exec cp {} ~/AudioBooks ;]]></description><link>https://notes.kevinclarke.info/copying-nested-files</link><guid isPermaLink="true">https://notes.kevinclarke.info/copying-nested-files</guid><category><![CDATA[Bash]]></category><dc:creator><![CDATA[Kevin S. Clarke]]></dc:creator><pubDate>Thu, 19 Jun 2025 19:12:53 GMT</pubDate><content:encoded><![CDATA[<p>A one-liner for copying nested files with a specific extension to a new location:</p>
<p><code>find tmp/AudioBooks -type f -name "*.m4b" -exec cp {} ~/AudioBooks ;</code></p>
]]></content:encoded></item></channel></rss>