<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>note103</author_name>
  <author_url>https://blog.hatena.ne.jp/note103/</author_url>
  <blog_title>the code to rock</blog_title>
  <blog_url>https://note103.hateblo.jp/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>プログラミングの練習問題的に少し考えてみた。catを使うのでシェルスクリプトでサラッと書ければよいのだろうけど、大変そうなのでいつものようにPerlのお力を借り・・＊実行の様子は最後に入れます。Perlのコードのはこのような感じで。 #!/usr/bin/env perl use strict; use warnings; use feature 'say'; my $arg = $ARGV[0] // ''; my @files; if ($arg =~ /-[al]/) { @files = glob &quot;* .*&quot;; # 不可視ファイルも対象 if ($arg eq '-l') { for…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnote103.hateblo.jp%2Fentry%2F2020%2F02%2F09%2F155503&quot; title=&quot;カレントディレクトリのファイルの中身をざらっとcatする - the code to rock&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://i.gyazo.com/0ceafd1fefabbe7766386fba336cc4fe.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-09 15:55:03</published>
  <title>カレントディレクトリのファイルの中身をざらっとcatする</title>
  <type>rich</type>
  <url>https://note103.hateblo.jp/entry/2020/02/09/155503</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
