<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bobchin</author_name>
  <author_url>https://blog.hatena.ne.jp/bobchin/</author_url>
  <blog_title>bobchinの日記</blog_title>
  <blog_url>https://bobchin.hatenadiary.org/</blog_url>
  <categories>
    <anon>Linux</anon>
    <anon>翻訳</anon>
    <anon>Linux 101 Hacks</anon>
  </categories>
  <description>xargs はとても強力なコマンドです。 コマンドの出力を受け取り、別のコマンドの引数として渡します。 次のものは練習サンプルで、xargs をどのように効果的に使用するかを説明しています。1. rm を使用して多くのファイルを削除しようとした際に、エラーメッセージが出るかもしれません: /bin/rm Argument list too long - Linux この問題を避けるために xargs を使用します。 find ~ -name ‘*.log’ -print0 | xargs -0 rm -f2. /etc/ の下にある *.conf ファイルすべてのリストを取得します。 同じ結果…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbobchin.hatenadiary.org%2Fentry%2F20090422%2F1240391896&quot; title=&quot;Hack 22. Xargs コマンド - bobchinの日記&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-04-22 18:18:16</published>
  <title>Hack 22. Xargs コマンド</title>
  <type>rich</type>
  <url>https://bobchin.hatenadiary.org/entry/20090422/1240391896</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
