<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Find a File by Name in UNIX, Solaris, or Linux</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/find_a_file_by_name_in_unixsolarislinux_unix_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 12 Nov 2010 04:27:05 -0000</lastBuildDate><item><title>Re: Find a File by Name in UNIX, Solaris, or Linux</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-96471712</link><description>&lt;p&gt;I can use locate filename to get the file with path.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rani Sahoo</dc:creator><pubDate>Fri, 12 Nov 2010 04:27:05 -0000</pubDate></item><item><title>Re: Find a File by Name in UNIX, Solaris, or Linux</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-59543955</link><description>&lt;p&gt;Try&lt;br&gt;find / -name filename.txt -print 2&amp;gt;/dev/null&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Goldcd</dc:creator><pubDate>Tue, 29 Jun 2010 11:31:10 -0000</pubDate></item><item><title>Re: Find a File by Name in UNIX, Solaris, or Linux</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-58014762</link><description>&lt;p&gt;when I am excuting the below command, getting the file name with ./ prefix before file name which i don't want (like test2 only not ./test2). any suggestion....&lt;/p&gt;&lt;p&gt;$ find -name "test*" -type f -print&lt;br&gt;./test2&lt;br&gt;./test3&lt;br&gt;./test1&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Srikantakumar</dc:creator><pubDate>Tue, 22 Jun 2010 05:03:05 -0000</pubDate></item><item><title>Re: Find a File by Name in UNIX, Solaris, or Linux</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-4978816</link><description>&lt;p&gt;His problem is is that he doesn't have permissions to view a lot of the files 'find' uses.  Here's a few options:&lt;br&gt;If you don't have root permission, then you can supress error messages like so:        'find -ignore_readdir_race /parent/path/here -name file_name.txt'&lt;br&gt;Or if you can get permission, then:       'sudo find /parent/path/here -name file_name.txt'&lt;/p&gt;&lt;p&gt;yay!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jesse F.</dc:creator><pubDate>Thu, 08 Jan 2009 00:09:04 -0000</pubDate></item><item><title>Re: Find a File by Name in UNIX, Solaris, or Linux</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-3859941</link><description>&lt;p&gt;try this # find &amp;lt;folder path=""&amp;gt; -name &amp;lt;filename&amp;gt; -print&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">venkata sudheer</dc:creator><pubDate>Mon, 17 Nov 2008 09:17:50 -0000</pubDate></item><item><title>Re: Find a File by Name in UNIX, Solaris, or Linux</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-3235586</link><description>&lt;p&gt;Yeah, totally.  Normal output goes to "standard output" which can be redirected with normal measures.  It's actually a nice thing that those messages are sent to "standard error" so you can redirect those but keep the more interesting responses.&lt;/p&gt;&lt;p&gt;find / -name something   2&amp;gt;  /dev/null&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Quinn McHenry</dc:creator><pubDate>Wed, 22 Oct 2008 15:30:32 -0000</pubDate></item><item><title>Re: Find a File by Name in UNIX, Solaris, or Linux</title><link>http://www.tech-recipes.com/rx/21/find-a-file-by-name-in-unixsolarislinux/#comment-3235423</link><description>&lt;p&gt;so, i get a bunch of "Permission Denied" notices for directories that my current user account can't access. is there a way to suppress these? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">snarfel</dc:creator><pubDate>Wed, 22 Oct 2008 15:22:45 -0000</pubDate></item></channel></rss>