<?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>technoratica &#187; osx shell utility tools</title>
	<atom:link href="http://gavin.mclelland.ca/tag/osx-shell-utility-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavin.mclelland.ca</link>
	<description>The personal blog of a Stealth Mode CEO</description>
	<lastBuildDate>Sun, 07 Nov 2010 22:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Convert .bin/.cue to .iso on Mac OSX</title>
		<link>http://gavin.mclelland.ca/2007/10/04/convert_bincue_to_iso_on_mac_osx/</link>
		<comments>http://gavin.mclelland.ca/2007/10/04/convert_bincue_to_iso_on_mac_osx/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 07:55:03 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[osx]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[osx shell utility tools]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/2007/10/04/convert_bincue_to_iso_on_mac_osx/</guid>
		<description><![CDATA[NOTE: This is not a Universal Binary, It was built for Intel Macs. While setting up a new VMWare image I found myself needing to convert an old .bin/.cue disk backup to iso format. Looking for a simple command line utility I came across BinChunker, a GPL-licensed *nix source that fit the bill to the [...]]]></description>
			<content:encoded><![CDATA[<p>NOTE: This is not a Universal Binary, It was built for Intel Macs.</p>
<p>While setting up a new VMWare image I found myself needing to convert an old .bin/.cue disk backup to iso format. Looking for a simple command line utility I came across <a href="http://he.fi/bchunk/">BinChunker</a>, a GPL-licensed *nix source that fit the bill to the tee.  The official site has the source code and RedHat RPM&#8217;s but nothing for OS X.</p>
<p>A quick compile took care of that &#8212; <a href="http://garage.interblaze.com/drop/bchunk.zip">BinChunker for OS X</a>.</p>
<p>Download the utility, extract it to your Home directory and issue the following command from a shell prompt:<code&gt;sudo cp bchunk /usr/bin/&lt;/code></p>
<p>To make sure your newly installed utility has the correct execute permissions and that its accessible to you through the terminal, run this code:<code&gt;sudo chmod a+x /usr/bin/bchunk&lt;/code></p>
<p>To convert a .bin/.cue pair to a .iso, you can issue this command:<code&gt;bchunk myinputfile.bin myinputfile.cue myoutputfile&lt;/code></p>
<p>If you are getting a not found error, make sure that <em>/usr/bin/</em> is in your path.  To check this, type <em>echo $PATH</em> and look for <em>/usr/bin/</em> in the result.  If it isn't there, type <em>sudo nano /etc/profile</em> and add <em>/usr/bin;</em> to the <em>PATH=...</em> line.  Then press <em>CTRL+x</em> followed by <em>Y</em> to confirm and the enter key to verify the filename to save and exit nano.  Then execute <em>source /etc/profile</em> to refresh the path.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2007/10/04/convert_bincue_to_iso_on_mac_osx/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>

