<?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>Mon, 19 Jul 2010 16:48:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<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 = [...]


Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/11/burn-iso-from-command-line-in-linux/' rel='bookmark' title='Permanent Link: Burn ISO from command line in Linux'>Burn ISO from command line in Linux</a> <small>Quick and simple way of burning an ISO image from...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/10/find-text-and-findreplace-easier-than-you-think-in-linux/' rel='bookmark' title='Permanent Link: Find Text and Find/Replace Easier Than You Think in Linux'>Find Text and Find/Replace Easier Than You Think in Linux</a> <small>How to search all files for a text string: grep...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/10/remove-bonded-interface-in-openfiler/' rel='bookmark' title='Permanent Link: Remove bonded interface in OpenFiler'>Remove bonded interface in OpenFiler</a> <small>I decided to try and use NIC bonding in OpenFiler...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>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>Related posts:<ol><li><a href='http://www.usefulgeek.com/blog/2009/11/burn-iso-from-command-line-in-linux/' rel='bookmark' title='Permanent Link: Burn ISO from command line in Linux'>Burn ISO from command line in Linux</a> <small>Quick and simple way of burning an ISO image from...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/10/find-text-and-findreplace-easier-than-you-think-in-linux/' rel='bookmark' title='Permanent Link: Find Text and Find/Replace Easier Than You Think in Linux'>Find Text and Find/Replace Easier Than You Think in Linux</a> <small>How to search all files for a text string: grep...</small></li>
<li><a href='http://www.usefulgeek.com/blog/2009/10/remove-bonded-interface-in-openfiler/' rel='bookmark' title='Permanent Link: Remove bonded interface in OpenFiler'>Remove bonded interface in OpenFiler</a> <small>I decided to try and use NIC bonding in OpenFiler...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>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>
