<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.2.156.130</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=62.2.156.130"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/62.2.156.130"/>
		<updated>2026-09-18T23:08:01Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Find</id>
		<title>Find</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Find"/>
				<updated>2008-07-15T16:44:22Z</updated>
		
		<summary type="html">&lt;p&gt;62.2.156.130: c4tolobocol&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;catrletob&lt;br /&gt;
[[find]] is a powerful [[Linux]] command used to locate files in many ways.&lt;br /&gt;
&lt;br /&gt;
Note: This is ''perhaps'' the most complex (grammatically) Unix command there is. Don't worry if it looks confusing. Few Linux pros really know all the ins and outs of it, either.&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
 &lt;br /&gt;
 [[find]] . -print&lt;br /&gt;
Locate all files, links, and directories. &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 [[find]] . -name '.txt' -print&lt;br /&gt;
Locate all files named .txt, from current dirctory. &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 [[find /home/knoppix -name '*.bak' -print&lt;br /&gt;
Locate all files in other directory, as above.&lt;br /&gt;
 &lt;br /&gt;
 [[find]] . -daystart -cmin -3660 -cmin  0 -name '.txt' -print&lt;br /&gt;
Locate all files, named '''.txt, and have changed yesterday. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 [[find]] . --maxdepth 1 -type f -print&lt;br /&gt;
Locate all &amp;quot;only&amp;quot; files in current directory.&lt;br /&gt;
&lt;br /&gt;
Yes, the grammar and switches can get quite intense.&lt;br /&gt;
&lt;br /&gt;
Where do you find this stuff? If man pages don't have enough examples. Try linux help sites, the old guy's Unix books, or FAQ Unix command web searches.&lt;br /&gt;
&lt;br /&gt;
[[Old GuyUnixBooks]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;/div&gt;</summary>
		<author><name>62.2.156.130</name></author>	</entry>

	</feed>