<?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>usefulgeek &#187; dd</title>
	<atom:link href="http://www.usefulgeek.com/blog/tag/dd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usefulgeek.com/blog</link>
	<description>rants, reviews and kind hearted messages from some geeks</description>
	<lastBuildDate>Wed, 04 Jan 2012 22:08:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Creating empty files in Linux</title>
		<link>http://www.usefulgeek.com/blog/2009/03/creating-empty-files-in-linux/</link>
		<comments>http://www.usefulgeek.com/blog/2009/03/creating-empty-files-in-linux/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 20:14:42 +0000</pubDate>
		<dc:creator>jonmoore</dc:creator>
				<category><![CDATA[quickfire]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.usefulgeek.com/blog/?p=84</guid>
		<description><![CDATA[I had a need for several files of various sizes to do some network testing with.  I found a very good us for dd here. dd if=/dev/zero of=10mb-file.bin bs=1024k count=n Using the above command (and replacing n for a value) allows the creation of empty files with the size specificed. Need a 10Mb file, n [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I had a need for several files of various sizes to do some network testing with.  I found a very good us for <code>dd</code> here.</p>
<p><code>dd if=/dev/zero of=10mb-file.bin bs=1024k count=n</code></p>
<p>Using the above command (and replacing n for a value) allows the creation of empty files with the size specificed.  Need a 10Mb file, n = 10.  Need a 100Mb file&#8230; n = 100.  You get the idea.</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.usefulgeek.com/blog/2009/03/creating-empty-files-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

