<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryousanngata</author_name>
  <author_url>https://blog.hatena.ne.jp/ryousanngata/</author_url>
  <blog_title>日々量産</blog_title>
  <blog_url>https://ryozi.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>前記事: 任意のプロセス名からそのプログラムの絶対パスを得る - 日々量産 一個の関数で済むようにシェルスクリプトで書き書き。 grep以外は馴染みがないLinux初心者なのでとても苦労しました。 (もしかしたらCentOS 6.0 x86_64以外では動作しないかもしれません) もっとうまい方法があるような気がしてなりません。 #!/bin/sh if [ $# -ne 1 ] ; then echo usage: $0 [VALUE] exit 1 fi # プロセス名からプロセスID探索 pid(){ PROGRAM=$1 line=$2 TEMP_PID=`echo $line | s…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryozi.hatenadiary.jp%2Fentry%2F20120107%2F1325948260&quot; title=&quot;プロセス名からプロセスIDとフルパスを取得する何か - 日々量産&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-01-07 23:57:40</published>
  <title>プロセス名からプロセスIDとフルパスを取得する何か</title>
  <type>rich</type>
  <url>https://ryozi.hatenadiary.jp/entry/20120107/1325948260</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
