<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Linux / UNIX: Finding and locating files with find command part # 2</title> <atom:link href="http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Patrick</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-177289</link> <dc:creator>Patrick</dc:creator> <pubDate>Wed, 21 Dec 2011 07:53:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-177289</guid> <description>The find command for setuid files isnt that useful. Almost never is the setuid bit the only bit set. The better way is
# find / -perm -u=s
or
# find / -perm -4000
Those will find any files with the setuid bit set. Not just files with only the setuid bit set.</description> <content:encoded><![CDATA[<p>The find command for setuid files isnt that useful. Almost never is the setuid bit the only bit set. The better way is<br
/> # find / -perm -u=s<br
/> or<br
/> # find / -perm -4000</p><p>Those will find any files with the setuid bit set. Not just files with only the setuid bit set.</p> ]]></content:encoded> </item> <item><title>By: Dotcode</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-169618</link> <dc:creator>Dotcode</dc:creator> <pubDate>Mon, 07 Mar 2011 16:26:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-169618</guid> <description>i have tried to write a bash script for linux that would tell us the largest file in a folder.
someone who can should help me. tanks</description> <content:encoded><![CDATA[<p>i have tried to write a bash script for linux that would tell us the largest file in a folder.<br
/> someone who can should help me. tanks</p> ]]></content:encoded> </item> <item><title>By: kashyap</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-165045</link> <dc:creator>kashyap</dc:creator> <pubDate>Wed, 22 Dec 2010 05:57:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-165045</guid> <description>How to exlude a directory while executing the find command</description> <content:encoded><![CDATA[<p>How to exlude a directory while executing the find command</p> ]]></content:encoded> </item> <item><title>By: jagadeesh</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-146816</link> <dc:creator>jagadeesh</dc:creator> <pubDate>Wed, 21 Jan 2009 13:41:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-146816</guid> <description>how to redirect the running log file info to other file</description> <content:encoded><![CDATA[<p>how to redirect the running log file info to other file</p> ]]></content:encoded> </item> <item><title>By: Aaron</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-146003</link> <dc:creator>Aaron</dc:creator> <pubDate>Fri, 05 Dec 2008 16:42:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-146003</guid> <description>Valter, you are probably using HP-UX which does not accept (...+20000k) k for the size to work</description> <content:encoded><![CDATA[<p>Valter, you are probably using HP-UX which does not accept (&#8230;+20000k) k for the size to work</p> ]]></content:encoded> </item> <item><title>By: Valter</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-143024</link> <dc:creator>Valter</dc:creator> <pubDate>Tue, 26 Feb 2008 19:06:46 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-143024</guid> <description>In my system I had to remove the k from the size to work.</description> <content:encoded><![CDATA[<p>In my system I had to remove the k from the size to work.</p> ]]></content:encoded> </item> <item><title>By: William Bequette</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-140774</link> <dc:creator>William Bequette</dc:creator> <pubDate>Sun, 12 Aug 2007 15:39:47 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-140774</guid> <description>Very nice little piece of info.
Is there a way to escape file name spaces?
Output stops with colon at first win file name space for each file found.
Thanks FnG</description> <content:encoded><![CDATA[<p>Very nice little piece of info.<br
/> Is there a way to escape file name spaces?<br
/> Output stops with colon at first win file name space for each file found.<br
/> Thanks FnG</p> ]]></content:encoded> </item> <item><title>By: .:: a few thoughts on the subject by rob wright ::. &#187; links for 2007-05-27</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-138938</link> <dc:creator>.:: a few thoughts on the subject by rob wright ::. &#187; links for 2007-05-27</dc:creator> <pubDate>Sun, 27 May 2007 03:17:11 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-138938</guid> <description>[...] Linux: Finding/locating files with find command part # 2 &#124; nixCraft find / -type f -size +20000k    May 26th 2007 Posted to Links [...]</description> <content:encoded><![CDATA[<p>[...] Linux: Finding/locating files with find command part # 2 | nixCraft find / -type f -size +20000k    May 26th 2007 Posted to Links [...]</p> ]]></content:encoded> </item> <item><title>By: Diesel</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-49687</link> <dc:creator>Diesel</dc:creator> <pubDate>Tue, 02 Jan 2007 20:11:52 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-49687</guid> <description>Thank you very much for this snip!!!  I was looking all over for something this small and simple to tell me what I needed to know in a clear manner!
Thanks Again!</description> <content:encoded><![CDATA[<p>Thank you very much for this snip!!!  I was looking all over for something this small and simple to tell me what I needed to know in a clear manner!</p><p>Thanks Again!</p> ]]></content:encoded> </item> <item><title>By: JeffB</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-38783</link> <dc:creator>JeffB</dc:creator> <pubDate>Wed, 06 Dec 2006 10:40:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-38783</guid> <description>Thanks a bunch, that command string was just what I was looking for, and I had looked at around 20 other sites with nothing near as good.  (As Sharjeel said $9 is the filename, at least on my system.)
To tweak the output and have the file sizes in a column, add this to the end:
&#124; column -t
this just expands the tabs to even the columns out.</description> <content:encoded><![CDATA[<p>Thanks a bunch, that command string was just what I was looking for, and I had looked at around 20 other sites with nothing near as good.  (As Sharjeel said $9 is the filename, at least on my system.)</p><p>To tweak the output and have the file sizes in a column, add this to the end:</p><p> | column -t</p><p>this just expands the tabs to even the columns out.</p> ]]></content:encoded> </item> <item><title>By: Sharjeel</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-19171</link> <dc:creator>Sharjeel</dc:creator> <pubDate>Tue, 08 Aug 2006 19:05:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-19171</guid> <description>The last hack for finding large files should be as follows
find / -type f -size +100000k -exec ls -lh {} ; &#124; awk &#039;{ print $9 &quot;: &quot; $5 }&#039;
--
Sharjeel
http://www.sharjeel.net</description> <content:encoded><![CDATA[<p>The last hack for finding large files should be as follows</p><p>find / -type f -size +100000k -exec ls -lh {} ; | awk &#8216;{ print $9 &#8220;: &#8221; $5 }&#8217;</p><p>&#8211;<br
/> Sharjeel<br
/> <a
href="http://www.sharjeel.net" rel="nofollow">http://www.sharjeel.net</a></p> ]]></content:encoded> </item> <item><title>By: Axxs</title><link>http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-19170</link> <dc:creator>Axxs</dc:creator> <pubDate>Thu, 26 Jan 2006 07:48:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/linux-findinglocating-files-with-find-command-part-2.html#comment-19170</guid> <description>the last hack there is a nice one .. great having sizes show :)</description> <content:encoded><![CDATA[<p>the last hack there is a nice one .. great having sizes show :)</p> ]]></content:encoded> </item> </channel> </rss>
