<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Command Line Archives - Michael Sunarlim</title>
	<atom:link href="https://sunarlim.com/category/web-development/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>https://sunarlim.com/category/web-development/command-line/</link>
	<description>Random blurbs about web development, e-commerce and technology</description>
	<lastBuildDate>Sun, 17 Feb 2013 06:13:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://i0.wp.com/sunarlim.com/wp-content/uploads/2016/07/cropped-MS_Square_512x512.png?fit=32%2C32&#038;ssl=1</url>
	<title>Command Line Archives - Michael Sunarlim</title>
	<link>https://sunarlim.com/category/web-development/command-line/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">30613895</site>	<item>
		<title>Archiving Commands via SSH</title>
		<link>https://sunarlim.com/2013/02/archiving-commands-ssh/</link>
					<comments>https://sunarlim.com/2013/02/archiving-commands-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sun, 17 Feb 2013 06:13:45 +0000</pubDate>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[terminal]]></category>
		<guid isPermaLink="false">https://sunarlim.com/?p=536</guid>

					<description><![CDATA[<p>Extract compressed file: [syntax_prettify linenums=&#8221;0&#8243;]tar -zxvf file.tar.gz[/syntax_prettify] Extract uncompressed file: [syntax_prettify linenums=&#8221;0&#8243;]tar -xvf file.tar[/syntax_prettify] Takes everything from folder_to_be_archived/ and puts it into archived_filename.tar: [syntax_prettify linenums=&#8221;0&#8243;]tar -cf archived_filename.tar folder_to_be_archived/[/syntax_prettify] &#160;</p>
<p>The post <a href="https://sunarlim.com/2013/02/archiving-commands-ssh/">Archiving Commands via SSH</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Extract compressed file:</p>
<p>[syntax_prettify linenums=&#8221;0&#8243;]tar -zxvf file.tar.gz[/syntax_prettify]</p>
<p>Extract uncompressed file:</p>
<p>[syntax_prettify linenums=&#8221;0&#8243;]tar -xvf file.tar[/syntax_prettify]</p>
<p>Takes everything from folder_to_be_archived/ and puts it into archived_filename.tar:</p>
<p>[syntax_prettify linenums=&#8221;0&#8243;]tar -cf archived_filename.tar folder_to_be_archived/[/syntax_prettify]</p>
<p>&nbsp;</p>
<p>The post <a href="https://sunarlim.com/2013/02/archiving-commands-ssh/">Archiving Commands via SSH</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunarlim.com/2013/02/archiving-commands-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">536</post-id>	</item>
	</channel>
</rss>
