<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>plusHa &#187; Shellscript</title>
	<atom:link href="http://plusha.com/tag/shellscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://plusha.com</link>
	<description>in the light</description>
	<lastBuildDate>Sat, 31 Dec 2011 01:57:59 +0000</lastBuildDate>
	<language>ko</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='plusha.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>plusHa &#187; Shellscript</title>
		<link>http://plusha.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://plusha.com/osd.xml" title="plusHa" />
	<atom:link rel='hub' href='http://plusha.com/?pushpress=hub'/>
		<item>
		<title>Backup script</title>
		<link>http://plusha.com/2009/03/07/backup-script/</link>
		<comments>http://plusha.com/2009/03/07/backup-script/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 05:20:18 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Shellscript]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/2009/03/07/backup-script/</guid>
		<description><![CDATA[1. gplBackup.sh 이 스크립트는 실수로 rm * 또는 rm –rf * 등의 명령을 내려 작업중인 source code를 삭제했을 때 복구할 수 있도록 파일들을 주기적으로 backup하는 스크립트입니다. 이 스크립트와 cron 명령을 함께 사용하게 되는데, 사용하기 위한 설정 과정은 다음과 같습니다. 1) 위의 스크립트를 Backup하고자 하는 디렉토리들이 있는 가장 상위의 디렉토리에 복사합니다. 예를 들어, /home/userid/codes/modeling과 /home/userid/codes/inversion 두 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plusha.com&amp;blog=174108&amp;post=216&amp;subd=plusha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>1. <a href="http://sites.google.com/site/libgpl/Home/files/gplBackup.sh" target="_blank">gplBackup.sh</a></strong></p>
<p>이 스크립트는 실수로 rm * 또는 rm –rf * 등의 명령을 내려 작업중인 source code를 삭제했을 때 복구할 수 있도록 파일들을 주기적으로 backup하는 스크립트입니다. 이 스크립트와 cron 명령을 함께 사용하게 되는데, 사용하기 위한 설정 과정은 다음과 같습니다.</p>
<p>1) 위의 스크립트를 Backup하고자 하는 디렉토리들이 있는 가장 상위의 디렉토리에 복사합니다.</p>
<p>예를 들어, /home/userid/codes/modeling과 /home/userid/codes/inversion 두 개의 디렉토리를 backup하고 싶을 때 위 스크립트를 다음의 디렉토리에 복사합니다.</p>
<p>/home/userid/codes/gplBackup.sh</p>
<p>2) 스크립트를 수정하여 backup하고자 하는 디렉토리와 확장자, backup에서 제외하고자 하는 디렉토리를 설정합니다.</p>
<p>Backup할 디렉토리는 dirList라는 배열에 저장합니다. Backup은 recursive하게 수행되기 때문에 subdirectory들 중 제외하고 싶은 디렉토리가 있을 경우, excDirList에 제외하고 싶은 디렉토리명을 써줍니다. Backup은 확장자나 파일명을 기준으로 하게 됩니다. Backup하고 싶은 확장자나 파일명을 extList라는 배열에 적어줍니다. 마지막으로 backupdir 이라는 변수에 backup한 파일들이 들어갈 디렉토리명을 적어주면 기본적인 스크립트 수정이 끝나게 됩니다.</p>
<p>예&gt; backupdir = “/home/userid/codes/backup”</p>
<p>여기 적은 디렉토리는 미리 만들어 놓도록 합니다.</p>
<p>3) crontab -e로 crontab 파일 연 다음 아래의 줄을 추가합니다.</p>
<blockquote><p>10 * * * * /home/userid/codes/gplBackup.sh</p></blockquote>
<p>위의 6개의 항목이 의미하는 바는 다음과 같습니다.</p>
<p>분, 시, 일, 달, 요일, 실행 명령</p>
<p>따라서 위의 명령은 매 달, 매 일, 매 시 10분에 backup 스크립트를 실행하라는 명령입니다. 위의 줄을 추가한 후에는 crontab -l로 위의 줄이 추가되었는지 확인할 수 있습니다. 여기까지 해 놓으면 설정이 끝납니다.</p>
<p>위의 스크립트는 매 시 10분에 해당 디렉토리의 해당 파일들을 backup하고 스크립트 40번째 줄에 지정된 시간이 되면 디스크 용량 절약을 위해 지금까지 backup했던 파일들을 삭제합니다. 매일 지정된 시간에 생성된 파일은 남겨둡니다. 지정된 시간에 생성된 파일은 이름이 다릅니다. 기본적으로 매 시간 생성되는 파일은 “backup20090307-1210.tgz” 와 같은 이름을 가지고, 지정된 시간에 생성되는 파일은 “Backup.20090307-1510.tgz”와 같은 이름을 가집니다.</p>
<p><strong>주의사항</strong>) 위 스크립트는 rm *과 같은 상황에 대비하기 위해 만든 것이기 때문에 되도록이면 주로 작업하는 code들만 backup하도록 하세요. 현재 컴퓨터에 있는 source code를 전부 backup하고 싶은 경우에는 아래의 gplFullBackup 스크립트를 사용합시다.</p>
<p>또, 공용 서버를 사용하는 경우, 위의 10분이라고 나온 예에서 10분을 27분, 38분과 같이 다른 사람들이 안 쓸 것 같은 시간으로 바꾸세요. 모두가 같은 시간에 backup하도록 한다면 그 시간에 컴퓨터에 많은 부하가 걸리겠죠.</p>
<p><strong>2. <a href="http://sites.google.com/site/libgpl/Home/files/gplFullBackup.sh" target="_blank">gplFullBackup.sh</a></strong></p>
<p>이 스크립트는 위의 스크립트와 유사한데, 매 시간 실행되는 것이 아니라 사용자가 직접 실행하도록 만든 스크립트입니다. 실행하면 “./backup/FullBackup20090226-1536.tgz” 과 같은 파일을 만들어줍니다.</p>
<br /> Tagged: backup, Shellscript <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plusha.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plusha.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plusha.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plusha.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plusha.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plusha.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plusha.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plusha.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plusha.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plusha.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plusha.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plusha.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plusha.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plusha.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plusha.com&amp;blog=174108&amp;post=216&amp;subd=plusha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plusha.com/2009/03/07/backup-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">plusha</media:title>
		</media:content>
	</item>
		<item>
		<title>Iterative execution script</title>
		<link>http://plusha.com/2008/06/06/iterative-execution-script/</link>
		<comments>http://plusha.com/2008/06/06/iterative-execution-script/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 00:42:20 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[Shellscript]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=19</guid>
		<description><![CDATA[리눅스에서 동일한 작업을 이름 끝에 숫자가 붙은 여러 파일에 대해 반복적으로 하고 싶을 때 사용할 수 있는 shell script입니다. #!/bin/bash # Iterative execution script for numbered files # http://plusha.com, 24 Mar 2007 # # Procedure: # 1. Modify variables - EXE, OPT, IN, OUT, NMIN, NMAX # 2. Modify NUM format # 3. Modify Input/Output [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plusha.com&amp;blog=174108&amp;post=19&amp;subd=plusha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>리눅스에서 동일한 작업을 이름 끝에 숫자가 붙은 여러 파일에 대해 반복적으로 하고 싶을 때 사용할 수 있는 shell script입니다.</p>
<pre><tt><code><em><span style="color:#9a1900;">#!/bin/bash</span></em>
<em><span style="color:#9a1900;"># Iterative execution script for numbered files</span></em>
<em><span style="color:#9a1900;"># http://plusha.com, 24 Mar 2007</span></em>
<em><span style="color:#9a1900;">#</span></em>
<em><span style="color:#9a1900;"># Procedure:</span></em>
<em><span style="color:#9a1900;">#   1. Modify variables - EXE, OPT, IN, OUT, NMIN, NMAX</span></em>
<em><span style="color:#9a1900;">#   2. Modify NUM format</span></em>
<em><span style="color:#9a1900;">#   3. Modify Input/Output type</span></em>
<em><span style="color:#9a1900;">#   4. Run the script</span></em>
<em><span style="color:#9a1900;">### put no space after '='</span></em>

<span style="color:#009900;">EXE</span><span style="color:#990000;">=</span>transp      <em><span style="color:#9a1900;"># Execution file</span></em>
<span style="color:#009900;">OPT</span><span style="color:#990000;">=</span><span style="color:#ff0000;">'n1=381'</span>    <em><span style="color:#9a1900;"># Options</span></em>

<span style="color:#009900;">IN</span><span style="color:#990000;">=</span>seismogram<span style="color:#990000;">.</span>          <em><span style="color:#9a1900;"># basename of input files</span></em>
<span style="color:#009900;">OUT</span><span style="color:#990000;">=</span>trseismogram<span style="color:#990000;">.</span>       <em><span style="color:#9a1900;"># basename of output files</span></em>

<span style="color:#009900;">NMIN</span><span style="color:#990000;">=</span><span style="color:#993399;">11</span>         <em><span style="color:#9a1900;"># Minimum number</span></em>
<span style="color:#009900;">NMAX</span><span style="color:#990000;">=</span><span style="color:#993399;">391</span>        <em><span style="color:#9a1900;"># Maximum number</span></em>
<span style="color:#009900;">INC</span><span style="color:#990000;">=</span><span style="color:#993399;">10</span>          <em><span style="color:#9a1900;"># Number increment</span></em>

<strong><span style="color:#0000ff;">for</span></strong> <span style="color:#990000;">((</span> <span style="color:#009900;">i</span><span style="color:#990000;">=</span><span style="color:#009900;">$NMIN</span> <span style="color:#990000;">;</span> i<span style="color:#990000;">&lt;=</span> <span style="color:#009900;">$NMAX</span> <span style="color:#990000;">;</span> <span style="color:#009900;">i</span><span style="color:#990000;">=</span>i<span style="color:#990000;">+</span><span style="color:#009900;">$INC</span> <span style="color:#990000;">))</span>
<strong><span style="color:#0000ff;">do</span></strong>
<em><span style="color:#9a1900;">### NUM format</span></em>
<em><span style="color:#9a1900;">#  NUM=$( printf "%02d\n" $i )  # 01,10,...,99</span></em>
<span style="color:#009900;">NUM</span><span style="color:#990000;">=</span><span style="color:#009900;">$(</span> <strong><span style="color:#0000ff;">printf</span></strong> <span style="color:#ff0000;">"%03d</span><span style="color:#cc33cc;">\n</span><span style="color:#ff0000;">"</span> <span style="color:#009900;">$i</span> <span style="color:#990000;">)</span>  <em><span style="color:#9a1900;"># 001,010,...,999</span></em>
<em><span style="color:#9a1900;">#  NUM=$( printf "%04d\n" $i )  # 0001,0010,...,9999</span></em>
echo <span style="color:#009900;">$NUM</span>

<em><span style="color:#9a1900;">### Input/Output type</span></em>
<em><span style="color:#9a1900;">#  $EXE $OPT   $IN$NUM   $OUT$NUM</span></em>
<span style="color:#009900;">$EXE</span> <span style="color:#009900;">$OPT</span> <span style="color:#990000;">&lt;</span> <span style="color:#009900;">$IN$NUM</span> <span style="color:#990000;">&gt;</span> <span style="color:#009900;">$OUT$NUM</span>
<em><span style="color:#9a1900;">#  $EXE $OPT &lt; $IN$NUM</span></em>
<strong><span style="color:#0000ff;">done</span></strong>
</code></tt></pre>
<p>위의 내용을 그대로 실행하면 아래의 내용을 실행한 것과 같습니다.<br />
<code>transp n1=381 trseismogram.011<br />
transp n1=381 trseismogram.021<br />
...<br />
transp n1=381 trseismogram.391</code><br />
변수들을 바꿔서 다양하게 사용할 수 있겠죠. 만약 여러 파일들의 이름을 바꾸고 싶다면 어떻게 하면 될까요?<br />
실행 명령을 mv로 바꾸고 옵션을 비우고 Input/output type을 첫 번 째 것으로 바꾸면 되겠죠? 그러면<br />
<code>mv old.001 new.001<br />
mv old.002 new.002<br />
mv old.003 new.003<br />
...</code><br />
과 같이 실행할 수 있겠죠. 하지만, 더 좋은 방법이 있습니다. &#8216;rename&#8217; 명령을 사용하면 됩니다.<br />
<code>rename old new pattern</code><br />
을 실행하면 세번째 argument의 pattern(glob pattern)에 해당하는 파일들을 모두 찾아 old라는 문자열을 new라는 문자열로 바꿔줍니다. 위의 경우에는<br />
<code>rename old new old.*</code><br />
과 같이 실행할 수 있겠죠.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plusha.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plusha.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plusha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plusha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plusha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plusha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plusha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plusha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plusha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plusha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plusha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plusha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plusha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plusha.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plusha.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plusha.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plusha.com&amp;blog=174108&amp;post=19&amp;subd=plusha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plusha.com/2008/06/06/iterative-execution-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">plusha</media:title>
		</media:content>
	</item>
		<item>
		<title>Recursive touch script</title>
		<link>http://plusha.com/2008/05/05/recursive-touch-script/</link>
		<comments>http://plusha.com/2008/05/05/recursive-touch-script/#comments</comments>
		<pubDate>Mon, 05 May 2008 09:07:54 +0000</pubDate>
		<dc:creator>plusha</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Shellscript]]></category>

		<guid isPermaLink="false">http://plusha.wordpress.com/?p=10</guid>
		<description><![CDATA[touch는 recursive 하게 실행되지 않아서 불편한 경우가 있습니다. 아래 shell script를 Rtouch.sh 라고 저장하고(물론 줄 번호는 제외 &#8211; vi에서 간단하게 제거할 수 있죠) Rtouch.sh directory 라고 실행하면 directory 내에 있는 subdirectory와 file들을 touch 해줍니다. 15번째 줄의 find와 xargs를 이용하면 touch 뿐 아니라 다른 작업도 응용해서 할 수 있습니다. 01: #!/bin/sh 02: # Recursive Touch: touch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plusha.com&amp;blog=174108&amp;post=10&amp;subd=plusha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>touch는 recursive 하게 실행되지 않아서 불편한 경우가 있습니다.<br />
아래 shell script를 Rtouch.sh 라고 저장하고(물론 줄 번호는 제외 &#8211; vi에서 간단하게 제거할 수 있죠)<br />
<code>Rtouch.sh directory</code><br />
라고 실행하면 directory 내에 있는 subdirectory와 file들을 touch 해줍니다.<br />
15번째 줄의 find와 xargs를 이용하면 touch 뿐 아니라 다른 작업도 응용해서 할 수 있습니다.</p>
<pre><tt><code><span style="color:#000000;">01:</span> <em><span style="color:#9a1900;">#!/bin/sh</span></em>
<span style="color:#000000;">02:</span> <em><span style="color:#9a1900;"># Recursive Touch: touch files in a directory recursively</span></em>
<span style="color:#000000;">03:</span> <em><span style="color:#9a1900;">#</span></em>
<span style="color:#000000;">04:</span> <strong><span style="color:#0000ff;">if</span></strong> <span style="color:#990000;">[</span> <span style="color:#009900;">$#</span> -lt <span style="color:#993399;">1</span> <span style="color:#990000;">]</span>
<span style="color:#000000;">05:</span> <strong><span style="color:#0000ff;">then</span></strong>
<span style="color:#000000;">06:</span>   echo <span style="color:#ff0000;">"  Recursive Touch: touch files in a directory\
         recursively"</span>
<span style="color:#000000;">07:</span>   echo <span style="color:#ff0000;">"  Usage:"</span>
<span style="color:#000000;">08:</span>   echo <span style="color:#ff0000;">"          $0 [directory]"</span>
<span style="color:#000000;">09:</span>   echo <span style="color:#ff0000;">"  Required parameter:"</span>
<span style="color:#000000;">10:</span>   echo <span style="color:#ff0000;">"          directory name"</span>
<span style="color:#000000;">11:</span>   <strong><span style="color:#0000ff;">exit</span></strong> <span style="color:#993399;">1</span>
<span style="color:#000000;">12:</span> <strong><span style="color:#0000ff;">fi</span></strong>
<span style="color:#000000;">13:</span>
<span style="color:#000000;">14:</span> echo <span style="color:#ff0000;">"touching $1"</span>
<span style="color:#000000;">15:</span> <em>find</em> <span style="color:#009900;">$1</span> -print<span style="color:#993399;">0</span> <span style="color:#990000;">|</span> <em>xargs</em> -r<span style="color:#993399;">0</span> touch
<span style="color:#000000;">16:</span> echo <span style="color:#ff0000;">"files in $1 touched!"</span></code>
</tt></pre>
<p>xargs를 알기 전, 예전에는 다음과 같은 script를 만들어서 썼었죠.</p>
<pre><tt><code><span style="color:#000000;">01:</span> <em><span style="color:#9a1900;">#!/bin/sh</span></em>
<span style="color:#000000;">02:</span> <em><span style="color:#9a1900;"># touch files in a directory </span></em><em><span><tt><em><span style="color:#9a1900;">recursively</span></em></tt></span></em><span style="color:#000000;">03:</span> <em><span style="color:#9a1900;">#</span></em>
<span style="color:#000000;">04:</span> cd directory
<span style="color:#000000;">05:</span> find <span style="color:#990000;">&gt;</span> tmp11
<span style="color:#000000;">06:</span> sed <span style="color:#ff0000;">'s#</span><span style="color:#cc33cc;">\(</span><span style="color:#ff0000;">.*</span><span style="color:#cc33cc;">\)</span><span style="color:#ff0000;">#touch</span><span style="color:#cc33cc;">\ \1</span><span style="color:#ff0000;">#'</span> <span style="color:#990000;">&lt;</span> tmp11 <span style="color:#990000;">&gt;</span> tmp22
<span style="color:#000000;">07:</span> sh tmp22
<span style="color:#000000;">08:</span> rm tmp11 tmp22
<span style="color:#000000;">09:</span> echo <span style="color:#ff0000;">'directory touched!'</span></code>
</tt></pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/plusha.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/plusha.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/plusha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/plusha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/plusha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/plusha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/plusha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/plusha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/plusha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/plusha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/plusha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/plusha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/plusha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/plusha.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/plusha.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/plusha.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=plusha.com&amp;blog=174108&amp;post=10&amp;subd=plusha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://plusha.com/2008/05/05/recursive-touch-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">plusha</media:title>
		</media:content>
	</item>
	</channel>
</rss>
