<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Data on Shelby DeNike</title>
    <link>https://denike.io/tags/data/</link>
    <description>Recent content in Data on Shelby DeNike</description>
    <image>
      <title>Shelby DeNike</title>
      <url>https://assets.denike.io/images/assets/cartoon_profile_200x200px.png</url>
      <link>https://assets.denike.io/images/assets/cartoon_profile_200x200px.png</link>
    </image>
    <generator>Hugo -- 0.154.5</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 13 Feb 2024 14:01:15 +0000</lastBuildDate>
    <atom:link href="https://denike.io/tags/data/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>🗄️ Uncompressing multiple nested folders</title>
      <link>https://denike.io/%EF%B8%8F-uncompressing-multiple-nested-folders/</link>
      <pubDate>Tue, 13 Feb 2024 14:01:15 +0000</pubDate>
      <guid>https://denike.io/%EF%B8%8F-uncompressing-multiple-nested-folders/</guid>
      <description>&lt;p&gt;I tend to download many files, most of which are all placed into their own folder within my downloads directory. Instead of going into each folder to uncompress the contents, I wanted to run a single command to achieve this in a timely manner.&lt;/p&gt;
&lt;p&gt;Using the simple find command below, you can uncompress multiple folders sequentially, one after another.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;find downloads/ -name &amp;#39;*.rar&amp;#39; -execdir unrar e {} \;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Of course, you will need to change the directory, and if you want to use this on zip, tar, etc, you will need to adjust the &lt;strong&gt;unrar e&lt;/strong&gt; aspect to fit the proper command for the file type.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
