<?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>head &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/head/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Fri, 25 Dec 2015 18:17:10 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>head &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bash History Top 10 anzeigen</title>
		<link>https://www.systemtechnics.de/bash-history-top-10-anzeigen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 11 Oct 2015 15:47:41 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[sort]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=711</guid>

					<description><![CDATA[Wer sich die Top 10 seiner Bash-History Befehle ausgeben möchte kann dies mit folgendem Einzeiler tun: history &#124; awk '{a[$2]++ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Wer sich die Top 10 seiner Bash-History Befehle ausgeben möchte kann dies mit folgendem Einzeiler tun:</p>
<p><span id="more-711"></span></p>
<pre><code>history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' | sort -rn | head</code></pre>
<p><img decoding="async" src="/wp-content/uploads/bash-top-10.png" alt="" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
