<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>今日も浅く広くLinux。浅広のコーナー。本日最初のテーマはtr。perlでもtrは使ったこと無い。イマイチ不明な匂いが漂うのだ。早速試す。 $ echo tanaka | tr a-z A-Z # 小文字から大文字 TANAKA # おぉぉ $ echo tanaka | tr -t a-z A-Z # -tオプションも同じ結果?イマイチ不明。 TANAKA $ echo 01234 | tr 0-4 5-9 # 5を足す 56789 # おぉぉぉぉ $ echo tanaka | tr -d a # aを削除 tnk # ち○こ $ echo goooogle | tr -s o # いっ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20070303%2F1172888842&quot; title=&quot; tr - ボクノス&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>2007-03-03 11:27:22</published>
  <title> tr</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20070303/1172888842</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
