<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenGroove &#187; Linuxコマンド</title>
	<atom:link href="http://open-groove.net/category/linux-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-groove.net</link>
	<description>Linux,MySQL,Apache. . . and more!</description>
	<lastBuildDate>Wed, 16 May 2012 13:31:42 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>find-xargs-grepで特定文字列を含むファイルの検索</title>
		<link>http://open-groove.net/linux-command/find-xargs-grep/</link>
		<comments>http://open-groove.net/linux-command/find-xargs-grep/#comments</comments>
		<pubDate>Wed, 16 May 2012 13:27:15 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10888</guid>
		<description><![CDATA[findコマンドとgrepを組み合わせて、特定の文字列を含むファイルを探したいとき。xargsがいるんだっけ。えーと、正確には・・・]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/find-xargs-grep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dateコマンドの日付フォーマット</title>
		<link>http://open-groove.net/linux-command/date-format/</link>
		<comments>http://open-groove.net/linux-command/date-format/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 08:00:08 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10666</guid>
		<description><![CDATA[スクリプト内の処理でもコマンドでも、ファイルに日付を付与したいことは多々ある。...で、dateコマンドの日付フォーマットの書式をいつも忘れてしまうので書いておく。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>いつまでもハマるrsyncのメモ</title>
		<link>http://open-groove.net/linux-command/rsync-memo/</link>
		<comments>http://open-groove.net/linux-command/rsync-memo/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 15:00:11 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10640</guid>
		<description><![CDATA[いつまでたっても魑魅魍魎なrsyncコマンド。いつか参照するかも、なときのために、ちょっとしたネタだがメモしておく。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/rsync-memo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cutコマンドで特定のフィールドを取り出す</title>
		<link>http://open-groove.net/linux-command/cut-delimiter/</link>
		<comments>http://open-groove.net/linux-command/cut-delimiter/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 14:30:01 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10601</guid>
		<description><![CDATA[cutコマンドで特定のフィールドを抽出。基本中のド基本。でもやっぱりすぐ忘れてしまうので書いておく。。対象データの3番目のフィールドだけ抽出するには。区切り文字がスペースの場合。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/cut-delimiter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>trコマンドで空白文字を削除</title>
		<link>http://open-groove.net/linux-command/tr-edit-files/</link>
		<comments>http://open-groove.net/linux-command/tr-edit-files/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 13:00:23 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10500</guid>
		<description><![CDATA[前回のsedに比べるとかなりシンプルな用途に限られそうなtrコマンドだが、使えそうなものは何でも記録。例えばファイル内の空白文字を削除したい場合。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/tr-edit-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sedコマンドでファイルを上書き編集</title>
		<link>http://open-groove.net/linux-command/sed-edit-files/</link>
		<comments>http://open-groove.net/linux-command/sed-edit-files/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 11:30:42 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10493</guid>
		<description><![CDATA[標題のテーマ、今までリダイレクト使ってまどろっこしいことしてたです...しかし！-iオプションを使えば断然スマートにできることを今さら知る。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/sed-edit-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>getentコマンドでユーザ情報を確認</title>
		<link>http://open-groove.net/linux-command/getent/</link>
		<comments>http://open-groove.net/linux-command/getent/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 15:00:58 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9773</guid>
		<description><![CDATA[LDAPをいじっている際に知ったコマンド、getent。LDAPやNIS認証を利用しているマシンで必要になると思われる。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/getent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>duでディレクトリ・ファイル容量を調べる</title>
		<link>http://open-groove.net/linux-command/du/</link>
		<comments>http://open-groove.net/linux-command/du/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 10:30:06 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9613</guid>
		<description><![CDATA[duはLinuxの基本的なコマンドではあるが意外と使いこなせていなかったりするので、改めてメモしておく。その前に、dfとduの使い分け。dfはディスクの容量を確認、duはディレクトリやファイル容量を確認する時に利用する。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/du/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsyncの- -excludeオプション</title>
		<link>http://open-groove.net/linux-command/rsync-exclude/</link>
		<comments>http://open-groove.net/linux-command/rsync-exclude/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 10:30:06 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9412</guid>
		<description><![CDATA[rsyncの対象から特定のディレクトリやファイルを除外したい時は、--excludeオプションを利用する。対象が複数の場合は- -excludeを繰り返す。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/rsync-exclude/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>いつか役立つfuserコマンド</title>
		<link>http://open-groove.net/linux-command/fuser/</link>
		<comments>http://open-groove.net/linux-command/fuser/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 15:00:11 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=8789</guid>
		<description><![CDATA[個人的に普段あまり利用することがないのだが、覚えておきたいfuserコマンドの使い方。様々な場面で利用する物だと思うが、特にumountでアンマウントできない、ファイルやディレクトリを削除できない、などという時には、特に。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/fuser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

