<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Unmounting a Busy Device</title>
	<atom:link href="http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/</link>
	<description>Killing the repetitive questions, one at a time.</description>
	<pubDate>Sun, 12 Oct 2008 05:16:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Aaron</title>
		<link>http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/#comment-12899</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 02 Sep 2007 01:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/#comment-12899</guid>
		<description>The &#124; is actually a pipe tool used in linux. It pipes the output of the first command and sends it to the preceding command. Eg.
ls -lR /home/* &#124; grep *.pdf

This will list all the pdf files in the home directory.</description>
		<content:encoded><![CDATA[<p>The | is actually a pipe tool used in linux. It pipes the output of the first command and sends it to the preceding command. Eg.<br />
ls -lR /home/* | grep *.pdf</p>
<p>This will list all the pdf files in the home directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: themaceisback</title>
		<link>http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/#comment-11809</link>
		<dc:creator>themaceisback</dc:creator>
		<pubDate>Sun, 26 Aug 2007 19:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/#comment-11809</guid>
		<description>the &#124; means do this command after that command</description>
		<content:encoded><![CDATA[<p>the | means do this command after that command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venom</title>
		<link>http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/#comment-11580</link>
		<dc:creator>Venom</dc:creator>
		<pubDate>Sat, 25 Aug 2007 06:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialninjas.net/2007/08/25/unmounting-a-busy-device/#comment-11580</guid>
		<description>If you were to translate that command to english.. how would you say it.

Would "&#124;" mean then?

So you do the first part.. and THEN the second part?</description>
		<content:encoded><![CDATA[<p>If you were to translate that command to english.. how would you say it.</p>
<p>Would &#8220;|&#8221; mean then?</p>
<p>So you do the first part.. and THEN the second part?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
