<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>はやとも　-hayatomo.com- &#187; コマンド</title>
	<atom:link href="http://hayatomo.com/tag/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/feed" rel="self" type="application/rss+xml" />
	<link>http://hayatomo.com</link>
	<description>画家 × Web Engineer</description>
	<lastBuildDate>Sat, 14 Aug 2010 16:30:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hayatomo.com/tag/%e3%82%b3%e3%83%9e%e3%83%b3%e3%83%89/feed" />
		<item>
		<title>xargs</title>
		<link>http://hayatomo.com/2009/03/10/28</link>
		<comments>http://hayatomo.com/2009/03/10/28#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:18:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[コマンド]]></category>

		<guid isPermaLink="false">http://hayatomo.com/?p=28</guid>
		<description><![CDATA[xargsとは標準入力からコマンドラインを作成し、それを実行するコマンドです。。
例えば・・・
emacsを使用していると、「hoge~」のTempファイルが作られます。
これらを一括削除したい場合とかに、便利です。
■ ]]></description>
			<content:encoded><![CDATA[<p>xargsとは標準入力からコマンドラインを作成し、それを実行するコマンドです。。</p>
<p>例えば・・・</p>
<p>emacsを使用していると、「hoge~」のTempファイルが作られます。</p>
<p>これらを一括削除したい場合とかに、便利です。</p>
<p>■「*~」のファイルをrm する<br />
$ find . -name \*~ | xargs rm</p>
]]></content:encoded>
			<wfw:commentRss>http://hayatomo.com/2009/03/10/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://hayatomo.com/2009/03/10/28" />
	</item>
	</channel>
</rss>
