<?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>Jörgens liv och leverne &#187; find</title>
	<atom:link href="http://bertholdsson.eu/tag/find/feed/" rel="self" type="application/rss+xml" />
	<link>http://bertholdsson.eu</link>
	<description>Lite osammanhängade om Jörgen och hans liv...</description>
	<lastBuildDate>Thu, 10 May 2012 12:10:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Hitta stora filer</title>
		<link>http://bertholdsson.eu/2008/09/21/hitta-stora-filer/</link>
		<comments>http://bertholdsson.eu/2008/09/21/hitta-stora-filer/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 17:42:53 +0000</pubDate>
		<dc:creator>jorgen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[oneliner]]></category>

		<guid isPermaLink="false">http://bertholdsson.eu/2008/09/21/hitta-stora-filer/</guid>
		<description><![CDATA[Om du behvöver hitta stora filer i din maskin så är det här en käckt oneliner find / -type f -size +20M -exec ls -lh {} \; &#124; awk &#8216;{ print $8 &#34;: &#34; $5 }&#8217; Det plockar fram alla filer större än 20 MB]]></description>
			<content:encoded><![CDATA[<div class='wp_fbr_top'></div><div class='wp_fbs_top'></div><p>Om du behvöver hitta stora filer i din maskin så är det här en käckt oneliner</p>
<blockquote><p>find / -type f -size +20M -exec ls -lh {} \; | awk &#8216;{ print $8 &quot;: &quot; $5 }&#8217;</p>
</blockquote>
<p>Det plockar fram alla filer större än 20 MB</p>
]]></content:encoded>
			<wfw:commentRss>http://bertholdsson.eu/2008/09/21/hitta-stora-filer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find</title>
		<link>http://bertholdsson.eu/2007/11/19/find/</link>
		<comments>http://bertholdsson.eu/2007/11/19/find/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 15:04:12 +0000</pubDate>
		<dc:creator>jorgen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[filer]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[hitta]]></category>

		<guid isPermaLink="false">http://bertholdsson.eu/2007/11/19/find/</guid>
		<description><![CDATA[Hittade en bra sida med en howto om find (f&#246;r oss nyb&#246;rjare). http://www.debuntu.org/how-to-find-files-on-your-computer-with-find T.ex. If you want to search for *.mpg and *.avi files, you will use the following: find /home -name &#8216;*.mpg&#8217; -o -name &#8216;*.avi&#8217;]]></description>
			<content:encoded><![CDATA[<div class='wp_fbr_top'></div><div class='wp_fbs_top'></div><p>Hittade en bra sida med en howto om find (f&#246;r oss nyb&#246;rjare). <a title="http://www.debuntu.org/how-to-find-files-on-your-computer-with-find" href="http://www.debuntu.org/how-to-find-files-on-your-computer-with-find">http://www.debuntu.org/how-to-find-files-on-your-computer-with-find</a></p>
<p>T.ex. If you want to search for *.mpg and *.avi files, you will use the following: find /home -name &#8216;*.mpg&#8217; -o -name &#8216;*.avi&#8217;</p>
]]></content:encoded>
			<wfw:commentRss>http://bertholdsson.eu/2007/11/19/find/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

