<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Shell Script Nuggets: Simulating File Locks</title>
	<link>http://www.boredworkers.com/2007/01/26/shell-script-nuggets-simulating-file-locks/</link>
	<description>Get a grip!</description>
	<pubDate>Sun, 12 Feb 2012 10:06:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Anon</title>
		<link>http://www.boredworkers.com/2007/01/26/shell-script-nuggets-simulating-file-locks/#comment-21323</link>
		<pubDate>Mon, 29 Jan 2007 08:14:21 +0000</pubDate>
		<guid>http://www.boredworkers.com/2007/01/26/shell-script-nuggets-simulating-file-locks/#comment-21323</guid>
					<description>I get rather fidgety when I use the rm -f command. As someone once observed, it's the most showstopping flaw in Un*x - that there's no undo mechanism. I have learnt instead to move the file to a temp folder and then &lt;em&gt;manually&lt;/em&gt; delete the contents (yes, using rm), or use Midnight Commander (mc) to &lt;em&gt;buang sampah&lt;/em&gt;. I know that there are undo scripts around... just lazy to check them out lah :P

Soft-linking is also called a symbolic link or a symlink. :D

&lt;strong&gt;G:&lt;/strong&gt; Yeah, soft linking is also known as symbolic linking. I hate using rm -f but it's a convenience. I hate rm -rf even more. I've on occasion done rm -rf * on my user root and cried thereafter.</description>
		<content:encoded><![CDATA[<p>I get rather fidgety when I use the rm -f command. As someone once observed, it&#8217;s the most showstopping flaw in Un*x - that there&#8217;s no undo mechanism. I have learnt instead to move the file to a temp folder and then <em>manually</em> delete the contents (yes, using rm), or use Midnight Commander (mc) to <em>buang sampah</em>. I know that there are undo scripts around&#8230; just lazy to check them out lah :P</p>
<p>Soft-linking is also called a symbolic link or a symlink. :D</p>
<p><strong>G:</strong> Yeah, soft linking is also known as symbolic linking. I hate using rm -f but it&#8217;s a convenience. I hate rm -rf even more. I&#8217;ve on occasion done rm -rf * on my user root and cried thereafter.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

