<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://brandonhutchinson.com/mediawiki/skins/common/feed.css?97"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://brandonhutchinson.com/mediawiki/index.php5?title=Converting_.bin/.cue_to_.iso_with_bchunk&amp;action=history&amp;feed=atom</id>
		<title>Converting .bin/.cue to .iso with bchunk - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://brandonhutchinson.com/mediawiki/index.php5?title=Converting_.bin/.cue_to_.iso_with_bchunk&amp;action=history&amp;feed=atom"/>
		<link rel="alternate" type="text/html" href="http://brandonhutchinson.com/mediawiki/index.php5?title=Converting_.bin/.cue_to_.iso_with_bchunk&amp;action=history"/>
		<updated>2013-05-23T11:00:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.11.0rc1</generator>

	<entry>
		<id>http://brandonhutchinson.com/mediawiki/index.php5?title=Converting_.bin/.cue_to_.iso_with_bchunk&amp;diff=484&amp;oldid=prev</id>
		<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 rel="alternate" type="text/html" href="http://brandonhutchinson.com/mediawiki/index.php5?title=Converting_.bin/.cue_to_.iso_with_bchunk&amp;diff=484&amp;oldid=prev"/>
				<updated>2007-10-11T20:56:57Z</updated>
		
		<summary type="html">&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;</summary>
		<author><name>Hutch</name></author>	</entry>

	</feed>