<?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>Addisu&#039;s Log Book &#187; linux</title>
	<atom:link href="http://addisu.taddese.com/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://addisu.taddese.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 25 Aug 2011 14:21:22 +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>Bash Tip: Create Several copies of a file</title>
		<link>http://addisu.taddese.com/blog/bash-tip-create-several-copies-of-a-file/</link>
		<comments>http://addisu.taddese.com/blog/bash-tip-create-several-copies-of-a-file/#comments</comments>
		<pubDate>Thu, 07 May 2009 04:53:22 +0000</pubDate>
		<dc:creator>azeey</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://addisu.taddese.com/blog/bash-tip-create-several-copies-of-a-file/</guid>
		<description><![CDATA[Here is a small command that can be used to copy a file to several other files. That is, if you have a file called test and you want 5 copies of it names test1,test2,&#8230;test5, you would use this command: 1for i in &#123;1..5&#125;; do cp test&#123;,$i&#125;;done I have submitted it to]]></description>
		<wfw:commentRss>http://addisu.taddese.com/blog/bash-tip-create-several-copies-of-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

