<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>pekonyan</author_name>
  <author_url>https://blog.hatena.ne.jp/pekonyan/</author_url>
  <blog_title>pekoの部屋</blog_title>
  <blog_url>https://pekonyan.hatenadiary.org/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>した時の記録。シェルを実行した時の引数を指定のファイル（/tmp/sample/arg）に出力する。 * #! /bin/sh# 既存のargファイルを削除 rm -rf /tmp/sample/arg#引数を変数argに入れる for arg in $@ do#echoで変数を順に出力し、ファイルにリダイレクトする echo ${arg} &gt;&gt; /tmp/sample/arg#処理終了 done * 一行目の「#! /bin/sh」は決まり文句。% ./echo.sh a b c「a b c」 と一行ずつ出力される。業務でLinuxを触る機会に恵まれていて本当によかったと思うのです。 OSは…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpekonyan.hatenadiary.org%2Fentry%2F20120424%2F1335241488&quot; title=&quot;シェル初体験 - pekoの部屋&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>2012-04-24 13:24:48</published>
  <title>シェル初体験</title>
  <type>rich</type>
  <url>https://pekonyan.hatenadiary.org/entry/20120424/1335241488</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
