<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get to know Linux: Removing files</title>
	<atom:link href="http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 18:08:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jack</title>
		<link>http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/#comment-798542</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Wed, 20 May 2009 11:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/#comment-798542</guid>
		<description>looks like that just made it into the 1.0.0 release a couple of months ago. believe it or not all of my debian installs have 0.9.0 on them which does not have this feature. 

thanks for pointing this out!</description>
		<content:encoded><![CDATA[<p>looks like that just made it into the 1.0.0 release a couple of months ago. believe it or not all of my debian installs have 0.9.0 on them which does not have this feature. </p>
<p>thanks for pointing this out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G David Lewis</title>
		<link>http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/#comment-798539</link>
		<dc:creator>G David Lewis</dc:creator>
		<pubDate>Wed, 20 May 2009 11:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/#comment-798539</guid>
		<description>One of the best things about Linux is the ability to quickly and easily throw frequently and commonly used commands along with any options into a quick script.  For instance, with the shred command above,  one could use this simple little script...

#!/bin/bash

shred -v -n 10 -z  $@ -u

exit

...where the $@ would represent any file(s) passed to the script on the commandline.  Throw this into a text file, name it something like &quot;obliterate&#039;, make it executable and place it somewhere in your path or even on your desktop.  Then instead of typing all that, you can simply type &quot;obliterate filename(s)&quot;, or drag and drop the file(s) onto the icon for the script and poof - they will be gone!

Such is the power of Linux, it&#039;s a beautiful thing!</description>
		<content:encoded><![CDATA[<p>One of the best things about Linux is the ability to quickly and easily throw frequently and commonly used commands along with any options into a quick script.  For instance, with the shred command above,  one could use this simple little script&#8230;</p>
<p>#!/bin/bash</p>
<p>shred -v -n 10 -z  $@ -u</p>
<p>exit</p>
<p>&#8230;where the $@ would represent any file(s) passed to the script on the commandline.  Throw this into a text file, name it something like &#8220;obliterate&#8217;, make it executable and place it somewhere in your path or even on your desktop.  Then instead of typing all that, you can simply type &#8220;obliterate filename(s)&#8221;, or drag and drop the file(s) onto the icon for the script and poof &#8211; they will be gone!</p>
<p>Such is the power of Linux, it&#8217;s a beautiful thing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/#comment-798514</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 20 May 2009 10:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2009/05/20/get-to-know-linux-removing-files/#comment-798514</guid>
		<description>Hi,

if I understand you correctly, you are saying that Thunar does not have a Trash, right?

But this is not the case for Xubuntu. Here the Thrash works like under Windows.

Tom</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>if I understand you correctly, you are saying that Thunar does not have a Trash, right?</p>
<p>But this is not the case for Xubuntu. Here the Thrash works like under Windows.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
