<?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: Checking tarball contents before extraction</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2008/11/10/checking-tarball-contents-before-extraction/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2008/11/10/checking-tarball-contents-before-extraction/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Mon, 21 May 2012 05:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2008/11/10/checking-tarball-contents-before-extraction/comment-page-1/#comment-64670</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Thu, 20 Nov 2008 16:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=402#comment-64670</guid>
		<description>@Peter: Nice tip thanks</description>
		<content:encoded><![CDATA[<p>@Peter: Nice tip thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bengtsson</title>
		<link>http://muffinresearch.co.uk/archives/2008/11/10/checking-tarball-contents-before-extraction/comment-page-1/#comment-64666</link>
		<dc:creator>Peter Bengtsson</dc:creator>
		<pubDate>Tue, 18 Nov 2008 22:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/?p=402#comment-64666</guid>
		<description>Use atools. It comes with apack and aunpack. Now you no longer need to remember the different options for tar, unzip, zip, rar, bz2 etc. 
Plus it ALWAYS puts things in a directory if the there are more than one file in the archive. 

To unpack
 $ aunpack foo.tgz
 $ cd foo

To pack
 $ apack files.zip /home/peterbe/files</description>
		<content:encoded><![CDATA[<p>Use atools. It comes with apack and aunpack. Now you no longer need to remember the different options for tar, unzip, zip, rar, bz2 etc.<br />
Plus it ALWAYS puts things in a directory if the there are more than one file in the archive. </p>
<p>To unpack<br />
 $ aunpack foo.tgz<br />
 $ cd foo</p>
<p>To pack<br />
 $ apack files.zip /home/peterbe/files</p>
]]></content:encoded>
	</item>
</channel>
</rss>

