<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>doroyamada</author_name>
  <author_url>https://blog.hatena.ne.jp/doroyamada/</author_url>
  <blog_title>パンクはいつも突然に</blog_title>
  <blog_url>https://doroyamada.hatenablog.jp/</blog_url>
  <categories>
    <anon>PC</anon>
  </categories>
  <description>GoogleMapsのマイプレイスを書き出したkmlファイルをgpsbabelでマージして一つのgpxファイルにしようとした。inputファイルはそれぞれ前に-fを付けなければならないようだ。そこでシェルスクリプト化。 #!/usr/bin/zsh inputs=&quot;&quot; for I; do inputs=&quot;${inputs} -f \&quot;${I}\&quot; &quot; done gpsbabel -i kml $inputs -o gpx -F tmp.gpx 実行してみた。 あかんやん。 出来上がったコマンドラインを確認。 #!/usr/bin/zsh inputs=&quot;&quot; for I; do inputs=&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdoroyamada.hatenablog.jp%2Fentry%2F20240528%2F1716863808&quot; title=&quot;シェルスクリプトでスペースがある変数をコマンドに渡して実行する - パンクはいつも突然に&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.f.st-hatena.com/images/fotolife/d/doroyamada/20240528/20240528111600.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-05-28 11:36:48</published>
  <title>シェルスクリプトでスペースがある変数をコマンドに渡して実行する</title>
  <type>rich</type>
  <url>https://doroyamada.hatenablog.jp/entry/20240528/1716863808</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
