<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://brandonhutchinson.com/mediawiki/skins/common/feed.css?97"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Converting .bin/.cue to .iso with bchunk - Revision history</title>
		<link>http://brandonhutchinson.com/mediawiki/index.php5?title=Converting_.bin/.cue_to_.iso_with_bchunk&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.11.0rc1</generator>
		<lastBuildDate>Wed, 19 Jun 2013 09:18:26 GMT</lastBuildDate>
		<item>
			<title>Hutch: New page: You may use [http://he.fi/bchunk/ bchunk] to convert a .bin/[http://en.wikipedia.org/wiki/.cue .cue] to an .iso.  Examples: * Convert ''cd1.bin'' and ''cd1.cue'' to ''cd101.iso'':  $ '''bc...</title>
			<link>http://brandonhutchinson.com/mediawiki/index.php5?title=Converting_.bin/.cue_to_.iso_with_bchunk&amp;diff=484&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: You may use [http://he.fi/bchunk/ bchunk] to convert a .bin/[http://en.wikipedia.org/wiki/.cue .cue] to an .iso.  Examples: * Convert ''cd1.bin'' and ''cd1.cue'' to ''cd101.iso'':  $ '''bc...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;You may use [http://he.fi/bchunk/ bchunk] to convert a .bin/[http://en.wikipedia.org/wiki/.cue .cue] to an .iso.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
* Convert ''cd1.bin'' and ''cd1.cue'' to ''cd101.iso'':&lt;br /&gt;
 $ '''bchunk cd1.bin cd1.cue cd1'''&lt;br /&gt;
&lt;br /&gt;
* Convert ''cd[1-5].bin'' and ''cd[1-5].cue'' to ''cd0[1-5]01.iso'':&lt;br /&gt;
 $ '''ls -1'''&lt;br /&gt;
 cd1.bin&lt;br /&gt;
 cd1.cue&lt;br /&gt;
 cd2.bin&lt;br /&gt;
 cd2.cue&lt;br /&gt;
 cd3.bin&lt;br /&gt;
 cd3.cue&lt;br /&gt;
 cd4.bin&lt;br /&gt;
 cd4.cue&lt;br /&gt;
 cd5.bin&lt;br /&gt;
 cd5.cue&lt;br /&gt;
 &lt;br /&gt;
 $ '''for FILE in cd*.bin ; do bchunk $FILE ${FILE%.*}.cue ${FILE%.*} ; done'''&lt;br /&gt;
 (Note: bash extglob used below.)&lt;br /&gt;
 $ '''rm cd[1-5].@(bin|cue)'''&lt;br /&gt;
 $ '''ls -1'''&lt;br /&gt;
 cd101.iso&lt;br /&gt;
 cd201.iso&lt;br /&gt;
 cd301.iso&lt;br /&gt;
 cd401.iso&lt;br /&gt;
 cd501.iso&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://linuxreviews.org/howtos/cdrecording/ CD ripping and burning from the command prompt Howto]&lt;/div&gt;</description>
			<pubDate>Thu, 11 Oct 2007 20:56:57 GMT</pubDate>			<dc:creator>Hutch</dc:creator>			<comments>http://brandonhutchinson.com/wiki/Talk:Converting_.bin/.cue_to_.iso_with_bchunk</comments>		</item>
	</channel>
</rss>