<?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>123 Tweak &#187; command</title>
	<atom:link href="http://www.123tweak.com/tag/command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.123tweak.com</link>
	<description>Optimize your Website</description>
	<lastBuildDate>Tue, 10 Jan 2012 05:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Command archiving and extracting files .tar.gz</title>
		<link>http://www.123tweak.com/command-archiving-and-extracting-files-targz/</link>
		<comments>http://www.123tweak.com/command-archiving-and-extracting-files-targz/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 07:07:06 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[extracting]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=165</guid>
		<description><![CDATA[Create a .tar.gz file from a folder: tar czf /path/to/output/folder/filename.tar.gz /path/to/folder Extract a .tar.gz file: gunzip -c /path/to/folder/filename.tar.gz View a list of all files in a .tar.gz archive: gunzip -c /path/to/folder/filename.tar.gz &#124; tar -tvf - Extract a single file from a .tar.gz file: gunzip -c /path/to/folder/filename.tar.gz &#124; tar -xvf - path/within/archive/filename.html]]></description>
		<wfw:commentRss>http://www.123tweak.com/command-archiving-and-extracting-files-targz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful commands for the Linux command line</title>
		<link>http://www.123tweak.com/useful-commands-for-the-linux-command-line/</link>
		<comments>http://www.123tweak.com/useful-commands-for-the-linux-command-line/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 06:48:47 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=155</guid>
		<description><![CDATA[This short guide shows some important commands for your daily work on the Linux command line. arch Outputs the processor architecture. $ arch i686 cat Outputs the contents of a file. $ cat lorem.txt Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/useful-commands-for-the-linux-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

