<?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 ADMINISTRATION NOTES &#38; CODE SNIPPETS &#187; Commands</title>
	<atom:link href="http://linuxbloggers.org/category/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbloggers.org</link>
	<description>pTCsxunH</description>
	<lastBuildDate>Sun, 28 Feb 2010 18:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Display date-clock with simple bash command and while loop</title>
		<link>http://linuxbloggers.org/display-date-clock-with-simple-bash-command-and-while-loop/</link>
		<comments>http://linuxbloggers.org/display-date-clock-with-simple-bash-command-and-while-loop/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 22:25:55 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://linuxconfig.wordpress.com/?p=113</guid>
		<description><![CDATA[Here is a simple example on how to display date/watch with simple bash command:

$ while true; do clear; date; sleep 1; done
]]></description>
		<wfw:commentRss>http://linuxbloggers.org/display-date-clock-with-simple-bash-command-and-while-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List only hidden files with ls command</title>
		<link>http://linuxbloggers.org/list-only-hidden-files-with-ls-command/</link>
		<comments>http://linuxbloggers.org/list-only-hidden-files-with-ls-command/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 01:32:38 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://linuxconfig.wordpress.com/?p=110</guid>
		<description><![CDATA[We all know how to list non-hidden and hidden files with ls command on shell. However I could not find out how to list only hidden files ( starting with &#8220;.&#8221; ) with only ls command. One, but not complete solution could by to using TAB key. For example ls . and pressing 2xTAB will [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/list-only-hidden-files-with-ls-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List all files and directories recursively but do not include full path</title>
		<link>http://linuxbloggers.org/list-all-files-directorie-recursively-but-do-not-include-full-path/</link>
		<comments>http://linuxbloggers.org/list-all-files-directorie-recursively-but-do-not-include-full-path/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 23:19:43 +0000</pubDate>
		<dc:creator>linux</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.linuxconfig.org/?p=98</guid>
		<description><![CDATA[ls -R will list all files recursively. The output of such a command will produce a output containing not only a files but also full path the the each file or directory. One way to clean this output is to use grep and invert selection with -v option. Each path from ls -R command contains [...]]]></description>
		<wfw:commentRss>http://linuxbloggers.org/list-all-files-directorie-recursively-but-do-not-include-full-path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
