<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takuya_1st</author_name>
  <author_url>https://blog.hatena.ne.jp/takuya_1st/</author_url>
  <blog_title>それマグで！</blog_title>
  <blog_url>https://takuya-1st.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>引数 を小文字に変えるスクリプト takuya@rena:~/Desktop$ ./tolower.sh Aaa bBB aaa bbb こういうのほしい。 tr を使うのが手っ取り早い いろいろとやり方はあるだろうけど、tr ならどこでも使えるので楽かなと。 tolower.sh #/usr/bin/sh if (( $# == 0 )) ; then tr &quot;[A-Z]&quot; &quot;[a-z]&quot; else tr &quot;[A-Z]&quot; &quot;[a-z]&quot; &lt;&lt;&lt; $@ fi toupper.sh upcase に 大文字化するには #/usr/bin/sh if (( $# == 0 )); then tr …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F2014%2F07%2F08%2F102001&quot; title=&quot;bashなどシェルスクリプトで大文字と小文字の変換 - それマグで！&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>2014-07-08 10:20:01</published>
  <title>bashなどシェルスクリプトで大文字と小文字の変換</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2014/07/08/102001</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
