<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rx7</author_name>
  <author_url>https://blog.hatena.ne.jp/rx7/</author_url>
  <blog_title>元RX-7乗りの適当な日々</blog_title>
  <blog_url>https://www.na3.jp/</blog_url>
  <categories>
    <anon>IT</anon>
    <anon>Linux</anon>
  </categories>
  <description>特定のディレクトリ内に存在する複数のtar.gzファイルを一括して解凍・展開したい場合のメモ。 xargsコマンドの&quot;-n&quot;オプションがポイント。(追記あり) $ find ./ -type f -name &quot;*.tar.gz&quot; | xargs -n 1 tar zxftarコマンドは展開(抽出)の際に、同時に複数のファイルを引数に渡せないので、xargsコマンドの&quot;-n&quot;(--max-args)オプションを利用します。このオプションを使うと1コマンドにつき、最大でオプションにて指定した数だけ引数を使うようになります。↑の場合だと1個しか引数が渡らないようになるということです。 $ find …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.na3.jp%2Fentry%2F20120301%2Fp1&quot; title=&quot;複数のtarファイルを一気に展開する - 元RX-7乗りの適当な日々&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.d.st-hatena.com/diary/rx7/2012-03-01.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-03-01 00:00:00</published>
  <title>複数のtarファイルを一気に展開する</title>
  <type>rich</type>
  <url>https://www.na3.jp/entry/20120301/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
