<?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>The RoarinPenguin Techiezone &#187; shell scripting</title>
	<atom:link href="http://techiezone.rottigni.net/category/shell-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.rottigni.net</link>
	<description>Notes, hints, tips... in one word: experience!</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Print from PHP on a Linux system printer</title>
		<link>http://techiezone.rottigni.net/2011/02/print-from-php-on-a-linux-system-printer/</link>
		<comments>http://techiezone.rottigni.net/2011/02/print-from-php-on-a-linux-system-printer/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 15:11:23 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/?p=170</guid>
		<description><![CDATA[Suppose you have a script in PHP and you want to print on the system&#8217;s default printer, you can use the function system (&#60;command&#62;, $retval) The following example shows the printing of a content including a variable coming from the PHP script: system('echo "'.$message.'"&#124;lpr -o page-left=35 ', $retval );]]></description>
			<content:encoded><![CDATA[<p>Suppose you have a script in PHP and you want to print on the system&#8217;s default printer, you can use the function</p>
<pre><a href="http://php.net/manual/en/function.system.php" target="_blank">system (&lt;command&gt;, $retval)</a></pre>
<p>The following example shows the printing of a content including a variable coming from the PHP script:</p>
<pre>system('echo "'.$message.'"|lpr -o page-left=35 ', $retval );</pre>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2011/02/print-from-php-on-a-linux-system-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intro to Applescript</title>
		<link>http://techiezone.rottigni.net/2010/10/intro-to-applescript/</link>
		<comments>http://techiezone.rottigni.net/2010/10/intro-to-applescript/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 06:12:16 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[ease of use]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">https://techiezone.rottigni.net/?p=155</guid>
		<description><![CDATA[Note to self, because this is something I want to look at sooner or later&#8230; therefore I&#8217;ll post it here. This looks like a very good intro tutorial: http://www.makeuseof.com/tag/learn-automate-mac-applescript-part-1-introduction/ Kudos to MakeUseOf!]]></description>
			<content:encoded><![CDATA[<p>Note to self, because this is something I want to look at sooner or later&#8230; therefore I&#8217;ll post it here.</p>
<p>This looks like a very good intro tutorial: http://www.makeuseof.com/tag/learn-automate-mac-applescript-part-1-introduction/</p>
<p>Kudos to MakeUseOf!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/10/intro-to-applescript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically mounting a remote directory in Ubuntu using autofs + sshfs</title>
		<link>http://techiezone.rottigni.net/2010/05/automatically-mounting-a-remote-directory-in-ubuntu-using-autofs-sshfs/</link>
		<comments>http://techiezone.rottigni.net/2010/05/automatically-mounting-a-remote-directory-in-ubuntu-using-autofs-sshfs/#comments</comments>
		<pubDate>Thu, 27 May 2010 21:10:08 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[remote directory]]></category>

		<guid isPermaLink="false">https://techiezone.rottigni.net/?p=134</guid>
		<description><![CDATA[Memo to self&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://hublog.hubmed.org/archives/001928.html" target="_blank">Memo</a> to self&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/05/automatically-mounting-a-remote-directory-in-ubuntu-using-autofs-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to know the IMAGE LABEL of my ISO file</title>
		<link>http://techiezone.rottigni.net/2010/01/want-to-know-the-image-label-of-my-iso-file/</link>
		<comments>http://techiezone.rottigni.net/2010/01/want-to-know-the-image-label-of-my-iso-file/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 15:07:29 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[ISO image]]></category>
		<category><![CDATA[label]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2010/01/want-to-know-the-image-label-of-my-iso-file/</guid>
		<description><![CDATA[This is something not so easy to find on the internet, and once again Linux shows its immense power in the simplest way: CLI. Question: I have a .ISO file representing the image of a DVD and I want to know the LABEL of that DVD. Answer: Issue the command dd if=/&#60;path&#62;/filename.iso bs=1 skip=32808 count=32 [...]]]></description>
			<content:encoded><![CDATA[<p>This is something not so easy to find on the internet, and once again Linux shows its immense power in the simplest way: <abbr title="Command Line Interface">CLI</abbr>.</p>
<p>Question: I have a .ISO file representing the image of a DVD and I want to know the LABEL of that DVD.</p>
<p>Answer: Issue the command</p>
<p>dd if=/&lt;path&gt;/filename.iso bs=1 skip=32808 count=32</p>
<p>on whatever Linux terminal.</p>
<p>For example, here’s what is returned for a backup copy of DVD I legally own:</p>
<blockquote><p>Input command:     <br /><font color="#0080ff">dd if=Natale\ in\ Casa\ Muppets.iso bs=1 skip=32808 count=32</font></p>
<p>Output:     <br /><font color="#0080ff">MUPPETS_CHRISTMAS_CAROL&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 32+0 records in       <br />32+0 records out        <br />32 bytes (32 B) copied, 0.00129793 s, 24.7 kB/s</font></p>
</blockquote>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2010/01/want-to-know-the-image-label-of-my-iso-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting Galore &#8211; The beauty of randomic sort</title>
		<link>http://techiezone.rottigni.net/2009/12/scripting-galore-the-beauty-of-randomic-sort/</link>
		<comments>http://techiezone.rottigni.net/2009/12/scripting-galore-the-beauty-of-randomic-sort/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 09:57:09 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[random select]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/12/scripting-galore-the-beauty-of-randomic-sort/</guid>
		<description><![CDATA[Although it could seem an oxymore, sort something in randomic order might be usefl sometimes. Give a look to the script below, which I’m writing here for future reference. #!/bin/bash # # This script creates a list of file or symbolic link to pictures in a directory # The pictures are dynamically selected within a [...]]]></description>
			<content:encoded><![CDATA[<p>Although it could seem an oxymore, sort something in randomic order might be usefl sometimes.</p>
<p>Give a look to the script below, which I’m writing here for future reference.</p>
<p>#!/bin/bash   <br />#    <br /># This script creates a list of file or symbolic link to pictures in a directory    <br /># The pictures are dynamically selected within a library of thousands    <br /># This is to allow a wireless frame to display daily an ever changing list    <br /># of pictures</p>
<p># Define variable to be the target directory where we put the link/pictures   <br /># This directory is regularly scanned by MediaTomb, the uPnP server talking to    <br /># the digital frame</p>
<p># Define variable to be the root directory where it will start to scan   <br /><font color="#0080c0">scandir=/media/allphotos</font></p>
<p># Clean previous contents of the directory used for streaming    <br /><font color="#0080c0">cd /var/streampix     <br />rm -rf *</font></p>
<p># Define cycle to set the max number of photos to be displayed    <br /># (like from 1 to 50 repeat)    <br /><font color="#0080c0">for i in `seq 1 50`</font></p>
<p># list the dir, pick a random file, add to the list    <br /><font color="#0080c0">do     <br />y=&quot;$(find $scandir -type f -iregex &#8216;.*\.\(bmp\|gif\|jpg\|png\)$&#8217; | sort -R | head -1)&quot;      <br />cp &quot;$y&quot; /var/streampix/      <br />done</font></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/12/scripting-galore-the-beauty-of-randomic-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting Galore &#8211; Copy list of files from bigger repository into another location</title>
		<link>http://techiezone.rottigni.net/2009/11/scripting-galore-copy-list-of-files-from-bigger-repository-into-another-location/</link>
		<comments>http://techiezone.rottigni.net/2009/11/scripting-galore-copy-list-of-files-from-bigger-repository-into-another-location/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 06:52:51 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[file copy]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">https://techiezone.rottigni.net/?p=120</guid>
		<description><![CDATA[I don&#8217;t consider myself a script guru, but sometimes I like to create small pieces of bash code to ease operations on my linux box&#8230; and I guess it&#8217;s good idea to note here some of the recent solutions I&#8217;ve found for later remembering. I&#8217;ll try to comment them, so that readers will be able [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t consider myself a script guru, but sometimes I like to create small pieces of bash code to ease operations on my linux box&#8230; and I guess it&#8217;s good idea to note here some of the recent solutions I&#8217;ve found for later remembering.</p>
<p>I&#8217;ll try to comment them, so that readers will be able to readapt them to their needs.</p>
<p>Need: I have a list of files in subdirectories under main one and I want to copy only some of them to new location. I have the list of files I need in a text file.</p>
<p><span style="font-family: 'Courier New', Courier, mono; color: #33cccc;">#!/bin/bash<br />
#<br />
DIR=root <span style="color: #333399;"># Location where the list I want to extract is located</span><br />
FILE=wantedlist <span style="color: #333399;"># with the name of the file</span><br />
DIR_VIDEO=&#8221;/media/bigdisk&#8221; <span style="color: #333399;"># Master repository containing iles in subdirectories</span><br />
COPY_DEST=&#8221;/media/externalHDD/backup&#8221; <span style="color: #333399;"># where I want to put my files</span><br />
y=`cat /$DIR/$FILE|wc -l` <span style="color: #333399;"># counting how many files I want to copy</span><br />
for i in `seq 1 $y` <span style="color: #333399;"># starting the cycle</span><br />
do<br />
<span style="color: #333399;"># I&#8217;ll copy file mentioned in every line in the text list in new location</span><br />
cp -R /$DIR_VIDEO/&#8221;`cat /$DIR/$FILE | tail -$i|head -1`&#8221; $COPY_DEST<br />
done</span></p>
<p>Please note the usage of head and tail to go line by line in reverse order <img src='http://techiezone.rottigni.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , while the cycle allows me to repeat this for each line in the text list.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">#!/bin/bash</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">#</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">DIR=root</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">FILE=listarmando</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">DIR_VIDEO=&#8221;/media/video&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">COPY_DEST=&#8221;/media/roarinnas/secondodisco&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">y=`cat /$DIR/$FILE|wc -l`</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">for i in `seq 1 $y`</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">do</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">cp -R /$DIR_VIDEO/&#8221;`cat /$DIR/$FILE | tail -$i|head -1`&#8221; $COPY_DEST</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 51px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">d</div>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/11/scripting-galore-copy-list-of-files-from-bigger-repository-into-another-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk File Rename</title>
		<link>http://techiezone.rottigni.net/2009/03/bulk-file-rename/</link>
		<comments>http://techiezone.rottigni.net/2009/03/bulk-file-rename/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 13:51:01 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bulk]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[rename]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/03/bulk-file-rename/</guid>
		<description><![CDATA[Situation: I have multiple files with extension .sh.modified and I need to rename them all into .sh extension. Solution: for file in *.sh.modified; do mv ${file} ${file%sh.modified}.sh; done]]></description>
			<content:encoded><![CDATA[<h2>Situation:</h2>
<p>I have multiple files with extension .sh.modified and I need to rename them all into .sh extension.</p>
<h2>Solution:</h2>
<p>for file in *.sh.modified; do mv ${file} ${file%sh.modified}.sh; done</p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/03/bulk-file-rename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check for new files in a directory</title>
		<link>http://techiezone.rottigni.net/2009/03/how-to-check-for-new-files-in-a-directory/</link>
		<comments>http://techiezone.rottigni.net/2009/03/how-to-check-for-new-files-in-a-directory/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 09:41:53 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[new files]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/03/how-to-check-for-new-files-in-a-directory/</guid>
		<description><![CDATA[Made this small script for this purpose… #!/bin/bash # # Script to check a directory and write in file the new files # since last check. # # Written by RoarinPenguin (roarinpenguin@rottigni.net) on # 21 march 2009 # Released under GPL License # # You need to create a file called lastcheck.time in same # [...]]]></description>
			<content:encoded><![CDATA[<p>Made this small script for this purpose…</p>
<p><font face="Courier New" color="#0080c0" size="2">#!/bin/bash     <br />#      <br /># Script to check a directory and write in file the new files       <br /># since last check.      <br />#      <br /># Written by RoarinPenguin (</font><a href="mailto:roarinpenguin@rottigni.net"><font face="Courier New" color="#0080c0" size="2">roarinpenguin@rottigni.net</font></a><font face="Courier New" color="#0080c0" size="2">) on      <br /># </font><font face="Courier New" color="#0080c0" size="2">21 march 2009     <br /># Released under GPL License      <br />#      <br /># You need to create a file called lastcheck.time in same      <br /># directory of this script      <br />#</font></p>
<p><font face="Courier New" color="#0080c0" size="2">ADMIN=&quot;change to administrator email address&quot;     <br />DIR2MON=/var/www/dir-clienti</font></p>
<p><font face="Courier New" color="#0080c0" size="2">&gt; ./newfiles.list     <br />echo &quot;Last check for new files, done on &quot;`date` &gt;&gt; ./newfiles.list      <br />find $DIR2MON -maxdepth 5 -newer ./lastcheck.time &gt;&gt; ./newfiles.list      <br />touch ./lastcheck.time      <br /></font></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/03/how-to-check-for-new-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using variables in sed</title>
		<link>http://techiezone.rottigni.net/2009/03/using-variables-in-sed/</link>
		<comments>http://techiezone.rottigni.net/2009/03/using-variables-in-sed/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 14:09:11 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[cycle]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[stream editor]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/03/using-variables-in-sed/</guid>
		<description><![CDATA[In a world of Perl, sed seems to be an archaic method of doing things reserved to the real brave geeks! But sometimes sed does perfectly fantastic job, like it did for me few minutes ago… with some caveats. My goal was to replace $i with the value of the variable, determined by the first [...]]]></description>
			<content:encoded><![CDATA[<p>In a world of Perl, <a title="What is sed?" href="http://en.wikipedia.org/wiki/Sed" target="_blank">sed</a> seems to be an archaic method of doing things reserved to the real brave geeks!</p>
<p>But sometimes sed does perfectly fantastic job, like it did for me few minutes ago… with some caveats.</p>
<p>My goal was to replace $i with the value of the variable, determined by the first part of the script:</p>
<p><font face="Courier New" color="#0080ff" size="2">for i in `seq 1 50`;</font></p>
<p>the problem was that I made rest of the cycle as follows:</p>
<p><font face="Courier New" color="#0080ff" size="2"> do cat newtest.xml|sed –e ‘s/variable/$i/’ &gt;&gt; multifirewallimport.xml; done</font></p>
<p>and the result was that through all my file the word <em>variable</em> was replaced with the word <em>$i</em>.</p>
<p>What was wrong? Well… Googling for it I discovered the issue was in usage of single quote instead of double quote.</p>
<p>The correct form is:</p>
<p><font face="Courier New" color="#0080ff" size="2">for i in `seq 1 50`; do cat newtest.xml|sed -e &quot;s/variable/$i/&quot; &gt;&gt; multifirewallimport.xml; done</font></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/03/using-variables-in-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting elegance: reading filenames containing spaces</title>
		<link>http://techiezone.rottigni.net/2009/02/scripting-elegance-reading-filenames-containing-spaces/</link>
		<comments>http://techiezone.rottigni.net/2009/02/scripting-elegance-reading-filenames-containing-spaces/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 15:16:07 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[read filenames]]></category>
		<category><![CDATA[spaces]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/02/scripting-elegance-reading-filenames-containing-spaces/</guid>
		<description><![CDATA[You might need to do something with a list of files contained in a file… and maybe these file names include spaces, therefore using a standard for i in `cat filename` do echo $i done does not work since it will consider every word as a single variable. This second script does the job: IFS=\$&#160;&#160;&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>You might need to do something with a list of files contained in a file… and maybe these file names include spaces, therefore using a standard </p>
<p>for i in `cat <em>filename</em>`    <br />do    <br />echo $i    <br />done</p>
<p>does not work since it will consider every word as a single variable.</p>
<p>This second script does the job:</p>
<p>IFS=\$&#160;&#160;&#160; <font color="#0080ff">==&gt; this sets the line separator as EOL     <br /></font>while read i&#160;&#160;&#160; <font color="#0080ff">==&gt; this read variables separated by EOL and stores value in <em>$i</em>      <br /></font>do     <br />echo $i&#160;&#160;&#160; <font color="#0080ff">==&gt; this echoes the value of <em>$i</em>. Replace <em>echo</em> command with whatever you want to do with filenames</font>    <br />done &lt; file-containing-the-list&#160;&#160;&#160; <font color="#0080ff">==&gt; this ends the <em>while do</em> cycle and takes input from file where filenames are stored</font></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/02/scripting-elegance-reading-filenames-containing-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

