<?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; search</title>
	<atom:link href="http://www.seyhan.biz/index.php/tag/search/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>Ara</title>
		<link>http://www.seyhan.biz/index.php/2009/12/03/ara/</link>
		<comments>http://www.seyhan.biz/index.php/2009/12/03/ara/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 15:16:50 +0000</pubDate>
		<dc:creator>Seyhan Tekelioglu</dc:creator>
				<category><![CDATA[Scriptlerim]]></category>
		<category><![CDATA[ara]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.seyhan.biz/?p=239</guid>
		<description><![CDATA[Basit bir sekilde istenilen dizinde kelime aramasi yapar. Bu scripti, çok tecrübeli olmayan kullanıcıları linux&#8217;daki find komutunun karmaşasından kurtarmak için yaptım. Kullanımı çok basit. ara yazıp boşuk bırakın hangi dizinde arama yapacaksanız o dizini yazıp bir boşluk daha bırakın ve arayacağınız kelimeyi yazın. #!/bin/bash E_NO_ARGS=65 if [ $# -eq 0 ] then echo "###################################################" echo [...]]]></description>
			<content:encoded><![CDATA[<p>Basit bir sekilde istenilen dizinde kelime aramasi yapar.</p>
<p><span id="more-239"></span></p>
<p>Bu scripti, çok tecrübeli olmayan kullanıcıları linux&#8217;daki find komutunun karmaşasından kurtarmak için yaptım. Kullanımı çok basit. ara yazıp boşuk bırakın hangi dizinde arama yapacaksanız o dizini yazıp bir boşluk daha bırakın ve arayacağınız kelimeyi yazın.</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;">#!/bin/bash

E_NO_ARGS=65
if [ $# -eq 0 ]
then

echo "###################################################"
echo "#                      ara                        #"
echo "#                                                 #"
echo "#           Kolay Arama Yapma Scripti             #"
echo "#                                                 #"
echo "#         Son Guncelleme : 11.11.2008             #"
echo "#                                                 #"
echo "#        (c)2008 Seyhan Tekelioglu                #"
echo "###################################################"
echo ""
echo "Scriptin Kullanimi:"
echo ""
echo "./ara "
echo ""
echo "Basit bir sekilde istenilen dizinde kelime aramasi yapar."
echo ""
exit $E_NO_ARGS
fi

ara=`find $1 -name $2 -print`
echo -e "\033[1m..:: BULUNAN DOSYALAR ::..\033[0m"
echo ""
echo "$ara"</pre>
<p>Scripti indirmek için <a href="http://www.seyhan.biz/scripts/ara.rar">tıklayın</a>.</p>

<p class="sayac_bilgi">Bu yazı toplamda 470, bugün ise 2 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/sisman/" title="Sisman">Sisman</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.seyhan.biz/index.php/2009/12/03/ara/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
