<?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: Create &amp; Extract bz2 Archives in Mac OS X</title>
	<atom:link href="http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 21 May 2013 16:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dan in NH</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-460849</link>
		<dc:creator>Dan in NH</dc:creator>
		<pubDate>Wed, 05 Dec 2012 09:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-460849</guid>
		<description>Original tar on xenix and unix didn&#039;t compress so you had to compress it first and then you would tar it. But under Linux and MAC OS X they use gtar even though it may be called tar. If gtar doesn&#039;t come with the UNIX the administrator has probably downloaded gnutools and compiled and installed them on their system so they can get the functinality of compressing the files during the tar process as well as all the other neat gnu utilities.

tar -cvf files.tar *      Creates uncompressed archive
tar -cvzf files.tar.z *  Creates compressed archive
tar -cvjf files.tar.bz2  Creates bz2 compressed archive</description>
		<content:encoded><![CDATA[<p>Original tar on xenix and unix didn&#8217;t compress so you had to compress it first and then you would tar it. But under Linux and MAC OS X they use gtar even though it may be called tar. If gtar doesn&#8217;t come with the UNIX the administrator has probably downloaded gnutools and compiled and installed them on their system so they can get the functinality of compressing the files during the tar process as well as all the other neat gnu utilities.</p>
<p>tar -cvf files.tar *      Creates uncompressed archive<br />
tar -cvzf files.tar.z *  Creates compressed archive<br />
tar -cvjf files.tar.bz2  Creates bz2 compressed archive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan in NH</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-460845</link>
		<dc:creator>Dan in NH</dc:creator>
		<pubDate>Wed, 05 Dec 2012 09:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-460845</guid>
		<description>You already compressed the file with the first command. It may actually make the file bigger with the second command.</description>
		<content:encoded><![CDATA[<p>You already compressed the file with the first command. It may actually make the file bigger with the second command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan in NH</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-460842</link>
		<dc:creator>Dan in NH</dc:creator>
		<pubDate>Wed, 05 Dec 2012 09:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-460842</guid>
		<description>tar -cvf files.tar *      Creates uncompressed archive
tar -cvzf files.tar.z *  Creates compressed archive
tar -cvjf files.tar.bz2  Creates bz2 compressed archive</description>
		<content:encoded><![CDATA[<p>tar -cvf files.tar *      Creates uncompressed archive<br />
tar -cvzf files.tar.z *  Creates compressed archive<br />
tar -cvjf files.tar.bz2  Creates bz2 compressed archive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amigalander</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-393174</link>
		<dc:creator>Amigalander</dc:creator>
		<pubDate>Wed, 30 May 2012 17:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-393174</guid>
		<description>What kind of file is CPT?  You probably won&#039;t get any compression from zip or bzip if the file is already compressed, for example, a jpeg file.  Try it on a text file.

Both Apple tar and gnutar have zip type compression options built in.</description>
		<content:encoded><![CDATA[<p>What kind of file is CPT?  You probably won&#8217;t get any compression from zip or bzip if the file is already compressed, for example, a jpeg file.  Try it on a text file.</p>
<p>Both Apple tar and gnutar have zip type compression options built in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshwah</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-393035</link>
		<dc:creator>Joshwah</dc:creator>
		<pubDate>Wed, 30 May 2012 09:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-393035</guid>
		<description>my understanding in the above was tar doesn&#039;t really compress, it just bundles individual files together?</description>
		<content:encoded><![CDATA[<p>my understanding in the above was tar doesn&#8217;t really compress, it just bundles individual files together?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someguy</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-393029</link>
		<dc:creator>someguy</dc:creator>
		<pubDate>Wed, 30 May 2012 08:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-393029</guid>
		<description>I apple&#039;s typical idiotic style /usr/bin/tar is not GNU tar. I recommend creating an alias in your bashrc so that when you type tar it calls /usr/bin/gnutar. This will fix many problems.</description>
		<content:encoded><![CDATA[<p>I apple&#8217;s typical idiotic style /usr/bin/tar is not GNU tar. I recommend creating an alias in your bashrc so that when you type tar it calls /usr/bin/gnutar. This will fix many problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshwah</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-393028</link>
		<dc:creator>Joshwah</dc:creator>
		<pubDate>Wed, 30 May 2012 08:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-393028</guid>
		<description>i have never tried this and thought i would give it a shot.. i can get the end result, but there is zero compression happening, am i doning something wrong??

tar -cvzf CPT.tar.gz CPT
bzip2 -z CPT.tar.gz

Cheers</description>
		<content:encoded><![CDATA[<p>i have never tried this and thought i would give it a shot.. i can get the end result, but there is zero compression happening, am i doning something wrong??</p>
<p>tar -cvzf CPT.tar.gz CPT<br />
bzip2 -z CPT.tar.gz</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-392955</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 30 May 2012 04:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-392955</guid>
		<description>Could you share a link to the wallpaper with the ocean and lightning? Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Could you share a link to the wallpaper with the ocean and lightning? Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: constantine</title>
		<link>http://osxdaily.com/2012/05/29/create-extract-bz2-mac-os-x/#comment-392889</link>
		<dc:creator>constantine</dc:creator>
		<pubDate>Tue, 29 May 2012 23:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=30559#comment-392889</guid>
		<description>tar -cfjv should do it</description>
		<content:encoded><![CDATA[<p>tar -cfjv should do it</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 277/278 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-21 10:44:33 -->