<?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>Kommentare zu: Linux Bash Snippet: Einträge in Logfiles zählen und summieren</title>
	<atom:link href="http://stetix.de/linux-bash-snippet-eintraege-in-logfiles-zaehlen.html/feed" rel="self" type="application/rss+xml" />
	<link>http://stetix.de/linux-bash-snippet-eintraege-in-logfiles-zaehlen.html</link>
	<description>Gedanken über Web-Development, Webdesign, Technik, Handys, Musik, Vinyl, Gadgeds und mehr..</description>
	<lastBuildDate>Mon, 26 Dec 2011 21:19:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Nico</title>
		<link>http://stetix.de/linux-bash-snippet-eintraege-in-logfiles-zaehlen.html/comment-page-1#comment-325</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 10 Dec 2009 12:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://stetix.de/?p=680#comment-325</guid>
		<description>Stimmt genau, danke. Der Befehl würde dann so aussehen:

&lt;code&gt;cat access_log &#124; cut -d &#039; &#039; -f 6 &#124; sort &#124; uniq -c &#124; sort -nr &#124; less
&lt;/code&gt;

mehr Infos zu cut:

&lt;code&gt;cut --help
&lt;/code&gt;

Danke nochmal an Alex!</description>
		<content:encoded><![CDATA[<p>Stimmt genau, danke. Der Befehl würde dann so aussehen:</p>
<p><code>cat access_log | cut -d ' ' -f 6 | sort | uniq -c | sort -nr | less<br />
</code></p>
<p>mehr Infos zu cut:</p>
<p><code>cut --help<br />
</code></p>
<p>Danke nochmal an Alex!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Alex</title>
		<link>http://stetix.de/linux-bash-snippet-eintraege-in-logfiles-zaehlen.html/comment-page-1#comment-323</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://stetix.de/?p=680#comment-323</guid>
		<description>anstatt awk &#039;{print $6}&#039; kann man auch cut nehmen :)</description>
		<content:encoded><![CDATA[<p>anstatt awk &#8216;{print $6}&#8217; kann man auch cut nehmen :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
