<?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>KISPHP Tutorials &#187; commands</title>
	<atom:link href="http://www.kisphp.com/tag/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kisphp.com</link>
	<description>Keep It Simple PHP</description>
	<lastBuildDate>Fri, 12 Feb 2010 21:49:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unix / Linux Commands</title>
		<link>http://www.kisphp.com/unix-linux-commands/</link>
		<comments>http://www.kisphp.com/unix-linux-commands/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:44:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.kisphp.com/?p=141</guid>
		<description><![CDATA[File Commands



ls
directory listing


ls -al
formatted listing with hidden files


cd dir
change directory to dir


cd
change to home


pwd
show current directory


mkdir dir
create a directory dir


rm file
delete file


rm -r dir
delete directory dir


rm -f file
force remove file


rm -rf dir
force remove directory dir


cp file1 file2
copy file1 to file2


cp -r dir1 dir2
copy dir1 to dir2; create dir2 if it doesn&#8217;t exist


mv file1 file2
rename or [...]]]></description>
		<wfw:commentRss>http://www.kisphp.com/unix-linux-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
