<?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>It&#039;ll Never Fly &#187; shell</title>
	<atom:link href="http://wqoq.com/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://wqoq.com</link>
	<description>Clever... not good, but clever.</description>
	<lastBuildDate>Thu, 20 Oct 2011 19:50:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-beta1-18972</generator>
		<item>
		<title>Decksandrumsandrockandroll, Track #6</title>
		<link>http://wqoq.com/2008/04/23/decksandrumsandrockandroll-track-6/</link>
		<comments>http://wqoq.com/2008/04/23/decksandrumsandrockandroll-track-6/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 07:04:51 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[zsh]]></category>

		<guid isPermaLink="false">http://wqoq.com/?p=722</guid>
		<description><![CDATA[Spotted on Mark Pilgrim&#8217;s blog: From my home computer: [Odin:~] maguirer% history -1000&#124;awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'&#124;sort -rn&#124;head 130 ls 129 cd 38 lo 26 unzip 24 rm 23 m 19 rjm 16 find 13 mv 9 ll From my Web server: [rjmaguire:~] maguirer% history -1000&#124;awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'&#124;sort -rn&#124;head [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://diveintomark.org/archives/2008/04/15/history-meme">Spotted</a> on Mark Pilgrim&#8217;s blog:</p>
<p>From my home computer:<br />
<code>[Odin:~] maguirer% history -1000|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head</code></p>
<pre>  130	ls
  129	cd
   38	lo
   26	unzip
   24	rm
   23	m
   19	rjm
   16	find
   13	mv
    9	ll</pre>
<p>From my Web server:<br />
<code>[rjmaguire:~] maguirer% history -1000|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head</code></p>
<pre>  171	ls
   68	cd
   48	rm
   35	svn
   19	vi
   16	mv
   12	m
   11	scp
   11	lo
   11	ll</pre>
<p>Sadly, nothing terribly exciting.</p>
<p>A few notes:<br />
&#8220;rjm&#8221; &#8211; aliased to ssh for opening a secure connection to my web server<br />
&#8220;find&#8221; &#8211; was trying to find a list I thought I lost for a blog entry I&#8217;m working on<br />
&#8220;unzip&#8221; &#8211; recently updated my WoW addons by hand<br />
&#8220;scp&#8221; &#8211; how files make their way back home from my server<br />
&#8220;vi&#8221; &#8211; w00t!<br />
&#8220;ls&#8221; &#8211; apparently, I have ADD, but really I&#8217;ll often sit in front of the terminal just typing &#8220;ls&#8221; over and over.  Somehow, it helps me think</p>
<p>As for who to tag&#8230; share &#8216;em if ya got &#8216;em, folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://wqoq.com/2008/04/23/decksandrumsandrockandroll-track-6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>links for 2006-05-02</title>
		<link>http://wqoq.com/2006/05/02/links-for-2006-05-02/</link>
		<comments>http://wqoq.com/2006/05/02/links-for-2006-05-02/#comments</comments>
		<pubDate>Tue, 02 May 2006 12:18:41 +0000</pubDate>
		<dc:creator>Bob</dc:creator>
				<category><![CDATA[Linklog]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://wqoq.com/2006/05/02/links-for-2006-05-02/</guid>
		<description><![CDATA[Find Target Shell Extension &#8211; The Code Project &#8211; Shell Programming shortening the process of finding the target of a .lnk(windows shortcut) file (tags: newjob windows utility annoyances shell extensions shortcuts) Slovak Technical Services Attachment Options provides a user interface for changing which file types are restricted as Level 1 attachments (tags: outlook email tools [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<div><a href="http://codeproject.com/shell/findtarget.asp?df=100">Find Target Shell Extension &#8211; The Code Project &#8211; Shell Programming</a></div>
<div>shortening the process of finding the target of a .lnk(windows shortcut) file</div>
<div>(tags: <a href="http://del.icio.us/maguirer/newjob">newjob</a> <a href="http://del.icio.us/maguirer/windows">windows</a> <a href="http://del.icio.us/maguirer/utility">utility</a> <a href="http://del.icio.us/maguirer/annoyances">annoyances</a> <a href="http://del.icio.us/maguirer/shell">shell</a> <a href="http://del.icio.us/maguirer/extensions">extensions</a> <a href="http://del.icio.us/maguirer/shortcuts">shortcuts</a>)</div>
</li>
<li>
<div><a href="http://www.slovaktech.com/attachmentoptions.htm">Slovak Technical Services Attachment Options</a></div>
<div>provides a user interface for changing which file types are restricted as Level 1 attachments</div>
<div>(tags: <a href="http://del.icio.us/maguirer/outlook">outlook</a> <a href="http://del.icio.us/maguirer/email">email</a> <a href="http://del.icio.us/maguirer/tools">tools</a> <a href="http://del.icio.us/maguirer/windows">windows</a> <a href="http://del.icio.us/maguirer/Security">Security</a> <a href="http://del.icio.us/maguirer/newjob">newjob</a> <a href="http://del.icio.us/maguirer/utility">utility</a>)</div>
</li>
<li>
<div><a href="http://www.lookoutsoft.com/Lookout/download.html">Lookout for Outlook Download</a></div>
<div>Lookout is lightning-fast search for your email, files, and desktop integrated with Microsoft Outlook</div>
<div>(tags: <a href="http://del.icio.us/maguirer/outlook">outlook</a> <a href="http://del.icio.us/maguirer/search">search</a> <a href="http://del.icio.us/maguirer/email">email</a> <a href="http://del.icio.us/maguirer/windows">windows</a> <a href="http://del.icio.us/maguirer/plugin">plugin</a> <a href="http://del.icio.us/maguirer/utilities">utilities</a> <a href="http://del.icio.us/maguirer/newjob">newjob</a>)</div>
</li>
<li>
<div><a href="http://spambayes.sourceforge.net/windows.html">SpamBayes: Windows platform</a></div>
<div>outlook anti-spam filter</div>
<div>(tags: <a href="http://del.icio.us/maguirer/antispam">antispam</a> <a href="http://del.icio.us/maguirer/email">email</a> <a href="http://del.icio.us/maguirer/outlook">outlook</a> <a href="http://del.icio.us/maguirer/plugin">plugin</a> <a href="http://del.icio.us/maguirer/tools">tools</a> <a href="http://del.icio.us/maguirer/utilities">utilities</a> <a href="http://del.icio.us/maguirer/windows">windows</a> <a href="http://del.icio.us/maguirer/Freeware">Freeware</a> <a href="http://del.icio.us/maguirer/bayesian">bayesian</a> <a href="http://del.icio.us/maguirer/newjob">newjob</a>)</div>
</li>
<li>
<div><a href="http://www.winscripter.com/Downloads/39.aspx">cmdhere.inf</a></div>
<div>Add &#8220;CMD Prompt Here&#8221; to your right click menu</div>
<div>(tags: <a href="http://del.icio.us/maguirer/windows">windows</a> <a href="http://del.icio.us/maguirer/extensions">extensions</a> <a href="http://del.icio.us/maguirer/tools">tools</a> <a href="http://del.icio.us/maguirer/tips">tips</a> <a href="http://del.icio.us/maguirer/newjob">newjob</a>)</div>
</li>
<li>
<div><a href="http://www.rarlab.com/">WinRAR archiver, a powerful tool to process RAR and ZIP files</a></div>
<div>a powerful archive manager</div>
<div>(tags: <a href="http://del.icio.us/maguirer/software">software</a> <a href="http://del.icio.us/maguirer/windows">windows</a> <a href="http://del.icio.us/maguirer/compression">compression</a> <a href="http://del.icio.us/maguirer/archive">archive</a> <a href="http://del.icio.us/maguirer/tool">tool</a> <a href="http://del.icio.us/maguirer/newjob">newjob</a>)</div>
</li>
<li>
<div><a href="http://scienceblogs.com/dispatches/2006/03/those_bad_flood_geology_argume.php">Dispatches from the Culture Wars: Those Bad Flood Geology Arguments</a></div>
<div>(tags: <a href="http://del.icio.us/maguirer/flood">flood</a> <a href="http://del.icio.us/maguirer/evolution">evolution</a> <a href="http://del.icio.us/maguirer/creationism">creationism</a> <a href="http://del.icio.us/maguirer/debate">debate</a> <a href="http://del.icio.us/maguirer/religion">religion</a> <a href="http://del.icio.us/maguirer/science">science</a>)</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wqoq.com/2006/05/02/links-for-2006-05-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

