<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How to rejoin hjsplit files on a Mac?</title>
	<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac/</link>
	<description>Comments on Ask MetaFilter post How to rejoin hjsplit files on a Mac?</description>
	<pubDate>Tue, 13 Jun 2006 11:59:16 -0800</pubDate>
	<lastBuildDate>Tue, 13 Jun 2006 11:59:16 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How to rejoin hjsplit files on a Mac?</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac</link>	
		<description>Files split with &lt;a href=&quot;http://www.freebyte.com/hjsplit/&quot;&gt;hjsplit&lt;/a&gt;: is there any way to rejoin them on my Mac, without using Mac Joiner? &lt;br /&gt;&lt;br /&gt; I&apos;m running 10.4.5, and Mac Joiner wants me to have a version of Classic that I don&apos;t  have.  Any other solutions?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.40088</guid>
		<pubDate>Tue, 13 Jun 2006 11:56:24 -0800</pubDate>
		<dc:creator>livii</dc:creator>
		
			<category>hjsplit</category>
		
			<category>mac</category>
		
	</item> <item>
		<title>By: Mr. Six</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#617993</link>	
		<description>Mac OS X 10.4.5 includes an installation of Java &#8212; you can run Java applications.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.freebyte.com/hjsplit/#java&quot;&gt;HJSplit for Java&lt;/a&gt; is a Java application and will run natively under OS X 10.4.5. No Classic installation is needed.&lt;br&gt;
&lt;br&gt;
This application will rejoin split files.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-617993</guid>
		<pubDate>Tue, 13 Jun 2006 11:59:16 -0800</pubDate>
		<dc:creator>Mr. Six</dc:creator>
	</item><item>
		<title>By: kaytwo</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618001</link>	
		<description>on the off chance that the files are simply split up with no markings or modifications in the parts, would it be possible to do this with cat and &amp;gt;&amp;gt;? if it&apos;s only a few files, (make backups) and try this in a terminal window in the files&apos; directory:&lt;br&gt;
&lt;br&gt;
cat secondpart &amp;gt;&amp;gt; firstpart&lt;br&gt;
cat thirdpart &amp;gt;&amp;gt; firstpart&lt;br&gt;
...&lt;br&gt;
cat lastpart &amp;gt;&amp;gt; firstpart&lt;br&gt;
&lt;br&gt;
and then see if the resulting file (firstpart) is valid. one could also use a bash script, but for that i&apos;d need to know the naming convention.&lt;br&gt;
&lt;br&gt;
disclaimer: IANA mac user, but i don&apos;t see why this wouldn&apos;t work if the files are split cleanly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618001</guid>
		<pubDate>Tue, 13 Jun 2006 12:04:05 -0800</pubDate>
		<dc:creator>kaytwo</dc:creator>
	</item><item>
		<title>By: livii</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618008</link>	
		<description>I tried JAxe but it didn&apos;t want to run; the GUI version launched, at least.  I&apos;ve misplaced the files so am getting them again, will let you know if that works, thanks!  If not, I&apos;ll try the second option, thank you for that as well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618008</guid>
		<pubDate>Tue, 13 Jun 2006 12:12:48 -0800</pubDate>
		<dc:creator>livii</dc:creator>
	</item><item>
		<title>By: Thorzdad</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618035</link>	
		<description>&lt;a href=&quot;http://www.sb-software.de/en/&quot;&gt;E Pluribus Unum&lt;/a&gt; is a simple, free app that joins pretty much anything I&apos;ve thrown at it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618035</guid>
		<pubDate>Tue, 13 Jun 2006 12:44:13 -0800</pubDate>
		<dc:creator>Thorzdad</dc:creator>
	</item><item>
		<title>By: sockpup</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618040</link>	
		<description>&lt;a href=http://www.xs4all.nl/~loekjehe/Split&amp;Concat/&gt;Split&amp;amp;Concat&lt;/a&gt; also works well.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618040</guid>
		<pubDate>Tue, 13 Jun 2006 12:54:59 -0800</pubDate>
		<dc:creator>sockpup</dc:creator>
	</item><item>
		<title>By: sockpup</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618041</link>	
		<description>I forgot to mention that Split&amp;amp;Concat is a universal binary, if that matters to you.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618041</guid>
		<pubDate>Tue, 13 Jun 2006 12:58:49 -0800</pubDate>
		<dc:creator>sockpup</dc:creator>
	</item><item>
		<title>By: livii</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618058</link>	
		<description>JAxe still doesn&apos;t work, but the GUI Java application performed quite adequately.  E Pluribus Unum didn&apos;t seem to want to split, sorry.  I&apos;ll check out Split&amp;amp;Concat too to see how it works.  Thanks for all the help - will be passing this info along.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618058</guid>
		<pubDate>Tue, 13 Jun 2006 13:27:23 -0800</pubDate>
		<dc:creator>livii</dc:creator>
	</item><item>
		<title>By: jjg</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618081</link>	
		<description>&lt;a href=&quot;http://homepage.mac.com/julifos/soft/machacha/index.html&quot;&gt;MacHacha&lt;/a&gt; is a more elegant alternative to Split&amp;amp;Concat.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618081</guid>
		<pubDate>Tue, 13 Jun 2006 14:12:48 -0800</pubDate>
		<dc:creator>jjg</dc:creator>
	</item><item>
		<title>By: BioCSnerd</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618143</link>	
		<description>Do it by prompt as kaytwo said.  It&apos;s free, and using the prompt never hurt you anyways.  FWIW, I&apos;m running 10.4.5 on a Powerbook.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618143</guid>
		<pubDate>Tue, 13 Jun 2006 15:39:15 -0800</pubDate>
		<dc:creator>BioCSnerd</dc:creator>
	</item><item>
		<title>By: Malor</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618164</link>	
		<description>kaytwo&apos;s method is the hard way. &lt;br&gt;
&lt;br&gt;
Just copy all the files into a new subdirectory somewhere.  (make sure to make copies, so you don&apos;t damage the originals.)  &lt;br&gt;
&lt;br&gt;
Normally, file splitters will name the parts so that they are automatically sorted when you list the directory.  So all you have to do is:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;cd directoryinquestion&lt;br&gt;
cat * &amp;gt;joinedfile&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
If the splitter was stupid and didn&apos;t name them in sort order, then you&apos;d have to:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;cat firstfile secondfile thirdfile fourthfile ... &amp;gt;joinedfile&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
You can use tab completion on the filenames, so it should take only a few seconds to type.&lt;br&gt;
&lt;br&gt;
If the splitter was extra-stupid and added padding bytes or other such garbage, then the joined file might be corrupt... which is why you made copies, no? :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618164</guid>
		<pubDate>Tue, 13 Jun 2006 16:28:40 -0800</pubDate>
		<dc:creator>Malor</dc:creator>
	</item><item>
		<title>By: drstein</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618294</link>	
		<description>MacHacha = perfect for this. jjg speaks the truth.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618294</guid>
		<pubDate>Tue, 13 Jun 2006 18:45:34 -0800</pubDate>
		<dc:creator>drstein</dc:creator>
	</item><item>
		<title>By: livii</title>
		<link>http://ask.metafilter.com/40088/How-to-rejoin-hjsplit-files-on-a-Mac#618440</link>	
		<description>Thanks for all the additional advice; I checked out MacHacha too and it&apos;s another good solution, thank you.&lt;br&gt;
&lt;br&gt;
I appreciate all the other advice too, but to be honest I&apos;d far prefer having a program rather than doing it by prompt; I know it&apos;s not complicated, but I&apos;d rather not mess around with terminals.  :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.40088-618440</guid>
		<pubDate>Tue, 13 Jun 2006 22:14:33 -0800</pubDate>
		<dc:creator>livii</dc:creator>
	</item>
	</channel>
</rss>
