<?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>Jackson Whelan &#187; linux</title>
	<atom:link href="http://jacksonwhelan.com/cat/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://jacksonwhelan.com</link>
	<description>Web Designer &#38; WordPress Developer in Vermont, USA</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:51:04 +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>Copy Entire Directory in Linux</title>
		<link>http://jacksonwhelan.com/2007/06/copy-entire-directory-in-linux/</link>
		<comments>http://jacksonwhelan.com/2007/06/copy-entire-directory-in-linux/#comments</comments>
		<pubDate>Thu, 28 Jun 2007 22:38:19 +0000</pubDate>
		<dc:creator>Jackson</dc:creator>
				<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://pix.elpusher.com/?p=4</guid>
		<description><![CDATA[One of the most perplexing things when learning command line for Linux is copying an entire directory, contents (files and sub-directories) included. Sure it&#8217;s easy to copy individual files, or all files of a certain type but what about that all at once convenience Windows and Mac have us accustomed to? The trick is the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most perplexing things when learning command line for Linux is copying an entire directory, contents (files and sub-directories) included. Sure it&#8217;s easy to copy individual files, or all files of a certain type but what about that all at once convenience Windows and Mac have us accustomed to? The trick is the -r flag, which tells copy to work recursively through the directory tree.</p>
<p>Example : cp -r dirtocopy/ newdir/</p>
]]></content:encoded>
			<wfw:commentRss>http://jacksonwhelan.com/2007/06/copy-entire-directory-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
