<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Cómo picar archivos grandes en Linux</title>
	<atom:link href="http://lgallardo.com/2009/06/11/como-picar-archivos-grandes-en-linuxhow-to-split-large-files-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://lgallardo.com/2009/06/11/como-picar-archivos-grandes-en-linuxhow-to-split-large-files-on-linux/</link>
	<description>http://lgallardo.com &#62; Un poco de Linux, PS3, PSP y tecnología</description>
	<lastBuildDate>Mon, 21 May 2012 01:21:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Luis Gallardo</title>
		<link>http://lgallardo.com/2009/06/11/como-picar-archivos-grandes-en-linuxhow-to-split-large-files-on-linux/comment-page-1/#comment-2695</link>
		<dc:creator>Luis Gallardo</dc:creator>
		<pubDate>Tue, 08 Jun 2010 18:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://lgallardo.com/?p=993#comment-2695</guid>
		<description>@Skip Yes, the split command creates output files with this format xaa, xab, xac, etc. But you can change the prefix. For instance, 

&lt;blockquote&gt;split -d -b 500KB BASE.PBP part&lt;/blockquote&gt;

The above command makes the following files:

&lt;blockquote&gt;
-rw-r--r-- 1 lgallard lgallard    500000 Jun  8 13:34 part00
-rw-r--r-- 1 lgallard lgallard    500000 Jun  8 13:34 part01
-rw-r--r-- 1 lgallard lgallard    392801 Jun  8 13:34 part02
&lt;/blockquote&gt;

Cheers!!</description>
		<content:encoded><![CDATA[<p>@Skip Yes, the split command creates output files with this format xaa, xab, xac, etc. But you can change the prefix. For instance, </p>
<blockquote><p>split -d -b 500KB BASE.PBP part</p></blockquote>
<p>The above command makes the following files:</p>
<blockquote><p>
-rw-r&#8211;r&#8211; 1 lgallard lgallard    500000 Jun  8 13:34 part00<br />
-rw-r&#8211;r&#8211; 1 lgallard lgallard    500000 Jun  8 13:34 part01<br />
-rw-r&#8211;r&#8211; 1 lgallard lgallard    392801 Jun  8 13:34 part02
</p></blockquote>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skip</title>
		<link>http://lgallardo.com/2009/06/11/como-picar-archivos-grandes-en-linuxhow-to-split-large-files-on-linux/comment-page-1/#comment-2691</link>
		<dc:creator>Skip</dc:creator>
		<pubDate>Tue, 08 Jun 2010 04:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://lgallardo.com/?p=993#comment-2691</guid>
		<description>Nice, this is what I was looking to find out... I would like to see some output though... For instance, since I first saw some stuff on using the split command, they mentioned the way it names the output files, per your example, I&#039;m guessing x?????

Anyways, thanks for letting me know it works with virtual disks!</description>
		<content:encoded><![CDATA[<p>Nice, this is what I was looking to find out&#8230; I would like to see some output though&#8230; For instance, since I first saw some stuff on using the split command, they mentioned the way it names the output files, per your example, I&#8217;m guessing x?????</p>
<p>Anyways, thanks for letting me know it works with virtual disks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

