<?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>Suse &#38; OpenSuse Tips &#187; tutorial</title>
	<atom:link href="http://www.susetips.com/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.susetips.com</link>
	<description>Tricks, Guides, Tutorials, How Tos and Troubleshooting suse linux</description>
	<lastBuildDate>Tue, 30 Nov 2010 09:33:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Short and quick tutorial for the command “find”</title>
		<link>http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/</link>
		<comments>http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 06:30:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[desktop]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/</guid>
		<description><![CDATA[We can learn about commands in Linux using the manpages, for example, to learn how to use the find command, we can just do # man 1 find However, this means we need to read the long manual and generally most of us are somewhat impatient.&#160; We will give short and quick tutorials on the [...]<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/">Short and quick tutorial for the command “find”</a></p>
]]></description>
			<content:encoded><![CDATA[<p>We can learn about commands in Linux using the manpages, for example, to learn how to use the find command, we can just do</p>
<blockquote><p># man 1 find</p>
</blockquote>
<p>However, this means we need to read the long manual and generally most of us are somewhat impatient.&#160; We will give short and quick tutorials on the common usage of the commands.</p>
<p>  <span id="more-84"></span>
<p>The find command is to search for files, directories, pipes, sockets, devices (anything that is defined as files in Linux) in the system.&#160; The quickest tutorial is</p>
<blockquote><p># find / –name &lt;filename&gt;</p>
</blockquote>
<p>The ‘/’ tells the command to search from the root directory, another common variable here is ‘.’, which means to search from this directory onwards.</p>
<p>The ‘-name &lt;filename&gt;’ specifies the file that you want to look for, e.g. proposal.txt as the filename.</p>
<p>That’s the shortest tutorial we can think of for “find”.&#160; For more advance stuff, “man 1 find”.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-4709064562032853";
/* 300x250, created 5/8/09 */
google_ad_slot = "9311445083";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Post from: <a href="http://www.susetips.com">Suse & OpenSuse Tips</a><br />
-----------------------------------------------------------------------<br /><br/><br/><a href="http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/">Short and quick tutorial for the command “find”</a></p>
<p>---<br />Related Articles at Suse &amp; OpenSuse Tips:<ul><li><a href="http://www.susetips.com/2009/04/16/short-and-quick-tutorial-for-the-command-tar/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “tar”">Short and quick tutorial for the command “tar”</a></li><li><a href="http://www.susetips.com/2009/05/05/short-and-quick-tutorial-for-the-command-touch/" rel="bookmark" title="Permanent Link: Short and quick tutorial for the command “touch”">Short and quick tutorial for the command “touch”</a></li><li><a href="http://www.susetips.com/2010/01/12/how-to-install-gnomekde-desktop-environment-on-opensuse-11/" rel="bookmark" title="Permanent Link: How to install Gnome/KDE Desktop Environment on OpenSuse 11">How to install Gnome/KDE Desktop Environment on OpenSuse 11</a></li><li><a href="http://www.susetips.com/2009/04/17/using-the-date-command-and-its-options/" rel="bookmark" title="Permanent Link: Using the “date” command and it’s % options">Using the “date” command and it’s % options</a></li><li><a href="http://www.susetips.com/2009/05/05/using-command-output-with-backquotes/" rel="bookmark" title="Permanent Link: Using command output with backquotes">Using command output with backquotes</a></li></ul></p><br />]]></content:encoded>
			<wfw:commentRss>http://www.susetips.com/2009/04/05/short-and-quick-tutorial-for-the-command-find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

