<?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>Linux Leech &raquo; Linux Leech</title>
	<atom:link href="http://www.linuxleech.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxleech.com</link>
	<description>Linux tutorials</description>
	<lastBuildDate>Thu, 12 Apr 2012 23:51:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Raspberry pi Fedora remix running in QEMU</title>
		<link>http://www.linuxleech.com/raspberry-pi-fedora-remix-running-in-qemu/</link>
		<comments>http://www.linuxleech.com/raspberry-pi-fedora-remix-running-in-qemu/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 19:47:11 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[Raspberry pi]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[Fedora remix]]></category>
		<category><![CDATA[linaro]]></category>
		<category><![CDATA[mkfs]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[QEMU]]></category>
		<category><![CDATA[Rpi]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=321</guid>
		<description><![CDATA[In anticipation of the arrival of my Raspberry pi I decided that I could wait no longer and decided to have a look at one of the Raspberry pi OS&#8217;s. Due to the Raspberry pi having an arm processor, running the Raspberry pi Fedora remix within virtualbox would not be possible. So I had to &#8230; </p><p><a class="more-link block-button" href="http://www.linuxleech.com/raspberry-pi-fedora-remix-running-in-qemu/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a title="Raspberry pi qemu tutorial" href="http://www.youtube.com/watch?v=ozU8OMD8GPE" target="_blank"><img class="alignleft size-medium wp-image-329" title="Raspberry pi qemu" src="http://www.linuxleech.com/wp-content/uploads/2012/04/Raspberry-pi-qemu-300x168.jpg" alt="Raspberry pi tutorial" width="300" height="168" /></a>In anticipation of the arrival of my Raspberry pi I decided that I could wait no longer and decided to have a look at one of the Raspberry pi OS&#8217;s. Due to the Raspberry pi having an arm processor, running the Raspberry pi Fedora remix within virtualbox would not be possible.<br />
So I had to use some other method. After a few hours of tinkering with QEMU and creating a kernel image for the Raspberry pi I had managed to get the Fedora remix running. <a title="Raspberry pi tutorial" href="http://www.youtube.com/watch?v=ozU8OMD8GPE" target="_blank">This tutorial</a> takes you through that process step by step, and at the end you should have a fully functioning Raspberry pi Fedora remix Virtual machine to play with. The full tutorial can be watched <a title="Raspberry pi qemu" href="http://www.youtube.com/watch?v=ozU8OMD8GPE" target="_blank">here.</a></p>
<p>The Raspberry Pi is a £15/$25 computer that runs GNU/Linux. See <a title="http://www.raspberrypi.org/" dir="ltr" href="http://www.raspberrypi.org/" rel="nofollow" target="_blank">http://www.raspberrypi.org/</a> for more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/raspberry-pi-fedora-remix-running-in-qemu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands head ( commands for linux )</title>
		<link>http://www.linuxleech.com/bash-shell-commands-head-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-head-commands-for-linux/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 19:32:47 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[bytes]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[first ten lines]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[what is linux?]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=319</guid>
		<description><![CDATA[The head command is typically used for displaying the first ten lines of a file but it is a lot more versatile than just performing this function. In this tutorial you will learn how the head command is much more useful than just displaying the first ten lines of a file.]]></description>
			<content:encoded><![CDATA[<p><a title="Head command tutorial" href="http://www.youtube.com/watch?v=AB8FaKP-KnA" target="_blank"><img class="alignleft size-medium wp-image-325" title="headcommand" src="http://www.linuxleech.com/wp-content/uploads/2012/04/headcommand-300x165.jpg" alt="head command tutorial" width="300" height="165" /></a>The head command is typically used for displaying the first ten lines of a file but it is a lot more versatile than just performing this function. In <a title="Head command tutorial" href="http://www.youtube.com/watch?v=AB8FaKP-KnA" target="_blank">this tutorial</a> you will learn how the head command is much more useful than just displaying the first ten lines of a file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-head-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands wildcard character classes ( command for Linux )</title>
		<link>http://www.linuxleech.com/bash-shell-commands-wildcard-character-classes-command-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-wildcard-character-classes-command-for-linux/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 01:02:33 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[character class]]></category>
		<category><![CDATA[character classes]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[what is linux?]]></category>
		<category><![CDATA[wildcard]]></category>
		<category><![CDATA[wildcard character classes]]></category>
		<category><![CDATA[wildcards]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=303</guid>
		<description><![CDATA[Character classes are an integral part of wild cards. When combining wildcards and character classes you are able to create some very complex patterns that can half your workload while still achieving your desired goal. This tutorial shows you how to use wildcard character classes and demonstrates how they can be used to speed up &#8230; </p><p><a class="more-link block-button" href="http://www.linuxleech.com/bash-shell-commands-wildcard-character-classes-command-for-linux/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a title="Wildcard character classes tutorial" href="http://www.youtube.com/watch?v=QrkH-xwh1fI" target="_blank"><img class="alignleft size-medium wp-image-306" title="wildcard-character-classes" src="http://www.linuxleech.com/wp-content/uploads/2012/04/wildcard-character-classes-300x168.jpg" alt="wildcard character class" width="300" height="168" /></a>Character classes are an integral part of wild cards. When combining wildcards and character classes you are able to create some very complex patterns that can half your workload while still achieving your desired goal. <a title="Wildcard character classes tutorial" href="http://www.youtube.com/watch?v=QrkH-xwh1fI" target="_blank">This tutorial</a> shows you how to use wildcard character classes and demonstrates how they can be used to speed up your work flow when combined with commands.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-wildcard-character-classes-command-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands wildcards (commands for linux)</title>
		<link>http://www.linuxleech.com/bash-shell-commands-wildcards-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-wildcards-commands-for-linux/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 00:05:33 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[*]]></category>
		<category><![CDATA[?]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[question mark]]></category>
		<category><![CDATA[star]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[what is linux?]]></category>
		<category><![CDATA[wildcards]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=299</guid>
		<description><![CDATA[Want to work faster in BASH with less typing?  Wildcards is what you need. Check out this tutorial on wildcards that shows you how to use them and some common problems that may occur.Watch here.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=FqrYjWN0TZ0&amp;list=UUUuWlKrLVaR6_yTckhLG7hg&amp;index=1&amp;feature=plcp" target="_blank"><img class="alignleft size-medium wp-image-300" title="wildcards" src="http://www.linuxleech.com/wp-content/uploads/2012/04/wildcards-300x169.jpg" alt="BASH Shell commands wildcards" width="300" height="169" /></a>Want to work faster in BASH with less typing?  Wildcards is what you need. Check out <a href="http://www.youtube.com/watch?v=FqrYjWN0TZ0&amp;list=UUUuWlKrLVaR6_yTckhLG7hg&amp;index=1&amp;feature=plcp" target="_blank">this tutorial</a> on wildcards that shows you how to use them and some common problems that may occur.<a href="http://www.youtube.com/watch?v=FqrYjWN0TZ0&amp;list=UUUuWlKrLVaR6_yTckhLG7hg&amp;index=1&amp;feature=plcp" target="_blank">Watch here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-wildcards-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands dealing with spaces (commands for Linux)</title>
		<link>http://www.linuxleech.com/bash-shell-commands-dealing-with-spaces-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-dealing-with-spaces-commands-for-linux/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 17:19:47 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[dealing with spaces]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[space in filename]]></category>
		<category><![CDATA[spaces]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[what is linux?]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=292</guid>
		<description><![CDATA[Having trouble using files that have spaces in there names? Spaces in file names are quite common and don&#8217;t have to be a pain. In this tutorial I show you how to work with files and directories that have spaces in their names, using a couple of different techniques.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=lV3npHBt1xA&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=plcp"><img class="alignleft size-medium wp-image-295" title="dealing-with-spaces-blog" src="http://www.linuxleech.com/wp-content/uploads/2012/03/dealing-with-spaces-blog-post-300x168.jpg" alt="" width="300" height="168" /></a>Having trouble using files that have spaces in there names? Spaces in file names are quite common and don&#8217;t have to be a pain. In<a title="Spaces tutorial" href="http://www.youtube.com/watch?v=lV3npHBt1xA&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=plcp" target="_blank"> this tutorial</a> I show you how to work with files and directories that have spaces in their names, using a couple of different techniques.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-dealing-with-spaces-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands file ( commands for Linux )</title>
		<link>http://www.linuxleech.com/bash-shell-commands-file-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-file-commands-for-linux/#comments</comments>
		<pubDate>Sun, 26 Feb 2012 15:36:38 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file data]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[what is linux?]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=281</guid>
		<description><![CDATA[Find out what type of data is really in a file. The file command is one of those commands that you will find yourself using more often than you first thought. It can tell you if a file is human readable and some other useful information about any file you give it. All without opening the file &#8230; </p><p><a class="more-link block-button" href="http://www.linuxleech.com/bash-shell-commands-file-commands-for-linux/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=E-SPhtL-jTM&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=plcp"><img class="alignleft size-medium wp-image-283" title="filecommand" src="http://www.linuxleech.com/wp-content/uploads/2012/02/filecommand-300x168.jpg" alt="bash file command" width="300" height="168" /></a>Find out what type of data is really in a file. The file command is one of those commands that you will find yourself using more often than you first thought. It can tell you if a file is human readable and some other useful information about any file you give it. All without opening the file and possibly crashing your terminal in the process. <a title="file command video tutorial" href="http://www.youtube.com/watch?v=E-SPhtL-jTM&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=plcp" target="_blank">For the full tutorial on the file command check out this tutorial.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-file-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands less ( commands for linux )</title>
		<link>http://www.linuxleech.com/bash-shell-commands-less-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-less-commands-for-linux/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 13:42:31 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[more]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[view file content]]></category>
		<category><![CDATA[what is linux?]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=275</guid>
		<description><![CDATA[Viewing the content of files using cat works just fine, if all you want is a quick look at a small file. Larger files can prove to be problematic for cat to handle. That is where less comes in. Less provides you with a more flexible view of files and also allows you to do &#8230; </p><p><a class="more-link block-button" href="http://www.linuxleech.com/bash-shell-commands-less-commands-for-linux/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-277" title="lesscommand" src="http://www.linuxleech.com/wp-content/uploads/2012/02/lesscommand-300x167.jpg" alt="" width="300" height="167" /></p>
<p>Viewing the content of files using cat works just fine, if all you want is a quick look at a small file. Larger files can prove to be problematic for cat to handle. That is where less comes in. Less provides you with a more flexible view of files and also allows you to do much much more. For a full tutorial on the usage of less with examples <a title="less tutorial" href="http://www.youtube.com/watch?v=ZQTt0LEoj3k&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=plcp&amp;context=C3b24c2fFDOEgsToPDskJNd6uzkH_XYdVr8itseJPj" target="_blank">check out this video tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-less-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands mv ( commands for linux )</title>
		<link>http://www.linuxleech.com/bash-shell-commands-mv-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-mv-commands-for-linux/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 13:13:39 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[mv]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[what is linux?]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=272</guid>
		<description><![CDATA[The mv (move command) is one of those commands that has a double function, due to the way that it accomplished its tasks. With the move command you can rename files and directories without moving them as well as move files and directories around, which is what it is designed for. To find out how &#8230; </p><p><a class="more-link block-button" href="http://www.linuxleech.com/bash-shell-commands-mv-commands-for-linux/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a title="mv move command (commands for linux)" href="http://www.youtube.com/watch?v=Uox5X8O2Pdk&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=view_all" target="_blank"><img class="alignleft size-medium wp-image-273" title="mv command" src="http://www.linuxleech.com/wp-content/uploads/2012/02/mv-command-300x169.jpg" alt="mv move command ( commands for linux )" width="300" height="169" /></a>The <a title="mv move command" href="http://www.youtube.com/watch?v=Uox5X8O2Pdk&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=view_all" target="_blank">mv (move command)</a> is one of those commands that has a double function, due to the way that it accomplished its tasks. With the move command you can rename files and directories without moving them as well as move files and directories around, which is what it is designed for. To find out how to use the move command check out <a title="mv move command" href="http://www.youtube.com/watch?v=Uox5X8O2Pdk&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=view_all" target="_blank">this full tutorial.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-mv-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands cp ( commands for linux )</title>
		<link>http://www.linuxleech.com/bash-shell-commands-cp-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-cp-commands-for-linux/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 13:02:56 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[cp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[what is linux?]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=269</guid>
		<description><![CDATA[The cp (copy) command allows you to make copies of files or directories from anywhere in you filesystem to anywhere. Just another one of the basic Shell commands that you will find yourself using very often. For a full tutorial of the usage of cp and some of the pitfalls to avoid check out this &#8230; </p><p><a class="more-link block-button" href="http://www.linuxleech.com/bash-shell-commands-cp-commands-for-linux/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=5YgIflLST4Q&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=view_all"><img class="alignleft size-medium wp-image-270" title="cp command" src="http://www.linuxleech.com/wp-content/uploads/2012/02/cp-command-300x169.jpg" alt="cp copy command commands for linux" width="300" height="169" /></a>The cp (copy) command allows you to make copies of files or directories from anywhere in you filesystem to anywhere. Just another one of the basic Shell commands that you will find yourself using very often. For a <a title="cp command" href="http://www.youtube.com/watch?v=5YgIflLST4Q&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=view_all" target="_blank">full tutorial</a> of the usage of cp and some of the pitfalls to avoid check out <a title="cp copy command (commands for linux)" href="http://www.youtube.com/watch?v=5YgIflLST4Q&amp;feature=BFa&amp;list=PLCAF7D691FFA25555&amp;lf=view_all" target="_blank">this tutorial.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-cp-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BASH Shell commands rm and rmdir ( commands for linux )</title>
		<link>http://www.linuxleech.com/bash-shell-commands-rm-and-rmdir-commands-for-linux/</link>
		<comments>http://www.linuxleech.com/bash-shell-commands-rm-and-rmdir-commands-for-linux/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 17:47:20 +0000</pubDate>
		<dc:creator>linuxleech</dc:creator>
				<category><![CDATA[BASH]]></category>
		<category><![CDATA[beginning bash]]></category>
		<category><![CDATA[Bourne again shell]]></category>
		<category><![CDATA[commands for linux]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[delete directories in linux]]></category>
		<category><![CDATA[delete files in linux]]></category>
		<category><![CDATA[delete folders in linux]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux basic commands]]></category>
		<category><![CDATA[linux help]]></category>
		<category><![CDATA[linux how-to]]></category>
		<category><![CDATA[linux shell]]></category>
		<category><![CDATA[remove directories]]></category>
		<category><![CDATA[remove directories in linux]]></category>
		<category><![CDATA[remove files]]></category>
		<category><![CDATA[remove files in linux]]></category>
		<category><![CDATA[rm]]></category>
		<category><![CDATA[rmdir]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[what is linux?]]></category>

		<guid isPermaLink="false">http://www.linuxleech.com/?p=258</guid>
		<description><![CDATA[Up until now we have been creating files and directories, but how do you remove them? That is where rm and rmdir come in. This tutorial takes you through the usage&#8217;s of rm and rmdir. It also covers some of the common pitfalls that you might encounter when using rm and rmdir. Check it out &#8230; </p><p><a class="more-link block-button" href="http://www.linuxleech.com/bash-shell-commands-rm-and-rmdir-commands-for-linux/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-259" title="rmdir-rm-commands" src="http://www.linuxleech.com/wp-content/uploads/2012/02/rmdir-rm-commands-300x168.jpg" alt="" width="300" height="168" /></p>
<p>Up until now we have been creating files and directories, but how do you remove them? That is where rm and rmdir come in. <a title="rm and rmdir" href="http://www.youtube.com/watch?v=BRkhwBexCuM" target="_blank">This tutorial</a> takes you through the usage&#8217;s of rm and rmdir. It also covers some of the common pitfalls that you might encounter when using rm and rmdir. <a title="rm and rmdir tutorial" href="http://www.youtube.com/watch?v=BRkhwBexCuM" target="_blank">Check it out now on youtube</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxleech.com/bash-shell-commands-rm-and-rmdir-commands-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

