<?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>Seyhan Tekelioglu &#124; Blog &#124; Oracle - Linux - Network &#187; boyut</title>
	<atom:link href="http://www.seyhan.biz/index.php/tag/boyut/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seyhan.biz</link>
	<description>OCP - RHCE - CCNA - MCSE - MCDBA</description>
	<lastBuildDate>Sun, 15 Aug 2010 08:03:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sisman</title>
		<link>http://www.seyhan.biz/index.php/2009/12/04/sisman/</link>
		<comments>http://www.seyhan.biz/index.php/2009/12/04/sisman/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 11:25:30 +0000</pubDate>
		<dc:creator>Seyhan Tekelioglu</dc:creator>
				<category><![CDATA[Scriptlerim]]></category>
		<category><![CDATA[ara]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[boyut]]></category>
		<category><![CDATA[dosya]]></category>
		<category><![CDATA[file search]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.seyhan.biz/?p=266</guid>
		<description><![CDATA[Bu script ile sistemdeki yüksek boyutlu dosyaları bulabilirsiniz. Yapmanız gereken tek sey hangi dizinde ne boyuttan büyük dosyaları aratacağınızı yazmak. Eğer boyut yazmazsanız script otomatik olarak 100000k ve üstü dosyaları arayacaktır. #!/bin/bash #!/bin/bash #Sistemdeki buyuk dosyalari bulan script boyut=$2 : ${boyut:="100000"} [[ -n "$1" ]] &#124;&#124; { echo "###################################################" echo "# sisman #" echo "# [...]]]></description>
			<content:encoded><![CDATA[<p>Bu script ile sistemdeki yüksek boyutlu dosyaları bulabilirsiniz. Yapmanız gereken tek sey hangi dizinde ne boyuttan büyük dosyaları aratacağınızı yazmak. Eğer boyut yazmazsanız script otomatik olarak 100000k ve üstü dosyaları arayacaktır.</p>
<p><span id="more-266"></span></p>
<pre style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #ededff; font-size: 11px; line-height: 1.3em; overflow-x: auto; overflow-y: auto; width: 525px; clear: both; background-position: initial initial; padding: 11px; margin: 0px; border: 1px solid #dadada;">
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 40px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">#!/bin/bash</div>

#!/bin/bash

#Sistemdeki buyuk dosyalari bulan script
boyut=$2

: ${boyut:="100000"}

[[ -n "$1" ]] || { 

     echo "###################################################"
     echo "#                    sisman                       #"
     echo "#                                                 #"
     echo "#           Buyuk Dosya Tespit Scripti            #"
     echo "#                                                 #"
     echo "#           Son Guncelleme : 21.09.2008           #"
     echo "#                                                 #"
     echo "#            (c)2008  Seyhan Tekelioglu           #"
     echo "###################################################"
     echo ""
     echo -e "Scriptin Kullanimi:\n\n./sisman &lt;dizin&gt; &lt;maksimum boyut&gt;\n\nNot:Maksimum boyut verilmezse 100000k ve uzeri dosyalar aranir.\n"; exit 0 ; }

find $1 -type f -size "+"$boyut"k" -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
</pre>
<p>Scripti indirmek için <a href="http://www.seyhan.biz/scripts/sisman.rar">tıklayın</a>.</p>

<p class="sayac_bilgi">Bu yazı toplamda 517, bugün ise 0 kez görüntülenmiş. Son okunma tarihi 04.09.2010</p>
<h4  class="related_post_title">Benzer Yazılar</h4><ul class="related_post"><li><a href="http://www.seyhan.biz/index.php/2009/12/04/kuyruksil/" title="Kuyruksil">Kuyruksil</a></li><li><a href="http://www.seyhan.biz/index.php/2010/06/07/linux-uzerine-oracle-e-business-suite-11-5-10-2-kurulumu/" title="Linux Üzerine Oracle E-Business Suite 11.5.10.2 Kurulumu">Linux Üzerine Oracle E-Business Suite 11.5.10.2 Kurulumu</a></li><li><a href="http://www.seyhan.biz/index.php/2009/12/03/ara/" title="Ara">Ara</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.seyhan.biz/index.php/2009/12/04/sisman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
