<?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>Comments on: My .tcshrc Aliases</title>
	<atom:link href="http://nslog.com/2003/05/11/my_tcshrc_aliases/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2003/05/11/my_tcshrc_aliases</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:40:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt Henderson's Blog</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3132</link>
		<dc:creator>Matt Henderson's Blog</dc:creator>
		<pubDate>Wed, 21 May 2003 21:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3132</guid>
		<description>&lt;strong&gt;Shell Aliases&lt;/strong&gt;

There&#039;s a &lt;a href=&quot;http://nslog.com/archives/2003/05/11/my_tcshrc_aliases.php&quot;&gt;discussion&lt;/a&gt; going on at NSLog(); containing tips about shell aliases. I keep going back, so I thought I&#039;d add it to my blog.
</description>
		<content:encoded><![CDATA[<p><strong>Shell Aliases</strong></p>
<p>There's a <a  href="http://nslog.com/archives/2003/05/11/my_tcshrc_aliases.php">discussion</a> going on at NSLog(); containing tips about shell aliases. I keep going back, so I thought I'd add it to my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai's Weblog</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3131</link>
		<dc:creator>Michael Tsai's Weblog</dc:creator>
		<pubDate>Sun, 18 May 2003 23:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3131</guid>
		<description>&lt;strong&gt;Shell&lt;/strong&gt;

There&#8217;s some discussion on Erik Barzeski&#8217;s blog about shell aliases and tricks.</description>
		<content:encoded><![CDATA[<p><strong>Shell</strong></p>
<p>There&rsquo;s some discussion on Erik Barzeski&rsquo;s blog about shell aliases and tricks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuperDeluxo4</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3130</link>
		<dc:creator>SuperDeluxo4</dc:creator>
		<pubDate>Tue, 13 May 2003 14:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3130</guid>
		<description>&lt;strong&gt;tcsh shell aliases&lt;/strong&gt;

i just wanted to link to these entries so i have them archived and so i remember to get around to it when i&#039;m on my iBook... T.H.E.M.&#039;s aliasesErik from NSLog&#039;s aliases</description>
		<content:encoded><![CDATA[<p><strong>tcsh shell aliases</strong></p>
<p>i just wanted to link to these entries so i have them archived and so i remember to get around to it when i'm on my iBook... T.H.E.M.'s aliasesErik from NSLog's aliases</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3127</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 12 May 2003 16:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3127</guid>
		<description>you are all dorks, and I love it...although we all know you aspire to use bash.</description>
		<content:encoded><![CDATA[<p>you are all dorks, and I love it...although we all know you aspire to use bash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Henderson</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3126</link>
		<dc:creator>Matt Henderson</dc:creator>
		<pubDate>Mon, 12 May 2003 10:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3126</guid>
		<description>The following opens a bbedit window with a sorted summary of the disk usage (in kilobytes) of the subdirectories referenced from the current directory:



alias dus=&#039;du -k &#124; sort -rn &#124; bbedit&#039;</description>
		<content:encoded><![CDATA[<p>The following opens a bbedit window with a sorted summary of the disk usage (in kilobytes) of the subdirectories referenced from the current directory:</p>
<p>alias dus='du -k | sort -rn | bbedit'</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feanor</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3125</link>
		<dc:creator>Feanor</dc:creator>
		<pubDate>Mon, 12 May 2003 02:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3125</guid>
		<description>I should also add:



alias netspy &#039;sudo tcpdump -i en1 not port osu-nms and not port ipp&#039;



(osu-nms is the Airport base station monitoring, ipp is CUPS discovery)</description>
		<content:encoded><![CDATA[<p>I should also add:</p>
<p>alias netspy 'sudo tcpdump -i en1 not port osu-nms and not port ipp'</p>
<p>(osu-nms is the Airport base station monitoring, ipp is CUPS discovery)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feanor</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3124</link>
		<dc:creator>Feanor</dc:creator>
		<pubDate>Mon, 12 May 2003 02:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3124</guid>
		<description>I have:



alias unas &#039;otool -tV \!* &#124; c++filt &#124; more&#039;

alias pbopen &#039;open -a /Developer/Applications/Project\ Builder.app \!*&#039;</description>
		<content:encoded><![CDATA[<p>I have:</p>
<p>alias unas 'otool -tV \!* | c++filt | more'</p>
<p>alias pbopen 'open -a /Developer/Applications/Project\ Builder.app \!*'</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Linville</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3123</link>
		<dc:creator>Aaron Linville</dc:creator>
		<pubDate>Mon, 12 May 2003 00:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3123</guid>
		<description>Completion of remote filenames with scp? Easy! Like this:



complete scp &#039;c%*@*:%`set q=$:-0;set q=&quot;$q:s/@/ /&quot;;set q=&quot;$q:s/:/ /&quot;;set q=($q &quot; &quot;);rsh $q[2] -l $q[1] ls -dp $q[3]\*`%&#039; &#039;c%*:%`set q=$:-0;set q=&quot;$q:s/:/ /&quot;;set q=($q &quot; &quot;);rsh $q[1] ls -dp $q[2]\*`%&#039; &#039;c%*@%$hosts%:&#039; &#039;C@[./$~]*@f@&#039;  &#039;n/*/$hosts/:&#039;



:-D</description>
		<content:encoded><![CDATA[<p>Completion of remote filenames with scp? Easy! Like this:</p>
<p>complete scp 'c%*@*:%`set q=$:-0;set q="$q:s/@/ /";set q="$q:s/:/ /";set q=($q " ");rsh $q[2] -l $q[1] ls -dp $q[3]\*`%' 'c%*:%`set q=$:-0;set q="$q:s/:/ /";set q=($q " ");rsh $q[1] ls -dp $q[2]\*`%' 'c%*@%$hosts%:' 'C@[./$~]*@f@'  'n/*/$hosts/:'</p>
<p> <img src='http://nslog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cohen</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3122</link>
		<dc:creator>Mike Cohen</dc:creator>
		<pubDate>Sun, 11 May 2003 15:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3122</guid>
		<description>Here are some of mine:



alias myip      &#039;curl -s http://checkip.dyndns.org &#124; grep &quot;IP Address&quot;&#039;

alias redo      &#039;sudo \!-1&#039;

alias hex       &#039;echo &quot;ibase=16;&quot; `echo \!* &#124;tr &quot;[:lower:]&quot; &quot;[:upper:]&quot;` &#124;bc&#039;

alias decimal   &#039;echo &quot;obase=16; \!*&quot; &#124;bc&#039;

alias isrunning &#039;ps ax &#124; grep \!* &#124; grep -v grep&#039;</description>
		<content:encoded><![CDATA[<p>Here are some of mine:</p>
<p>alias myip      'curl -s <a  href="http://checkip.dyndns.org">http://checkip.dyndns.org</a> | grep "IP Address"'</p>
<p>alias redo      'sudo \!-1'</p>
<p>alias hex       'echo "ibase=16;" `echo \!* |tr "[:lower:]" "[:upper:]"` |bc'</p>
<p>alias decimal   'echo "obase=16; \!*" |bc'</p>
<p>alias isrunning 'ps ax | grep \!* | grep -v grep'</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quarter Life Crisis</title>
		<link>http://nslog.com/2003/05/11/my_tcshrc_aliases#comment-3129</link>
		<dc:creator>Quarter Life Crisis</dc:creator>
		<pubDate>Sun, 11 May 2003 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2003/05/11/my_tcshrc_aliases/#comment-3129</guid>
		<description>&lt;strong&gt;Miscellanea&lt;/strong&gt;

More tcsh goodness courtesy of Erik. Adds in nicely with this list of tweaks for your .tcshrc in an...</description>
		<content:encoded><![CDATA[<p><strong>Miscellanea</strong></p>
<p>More tcsh goodness courtesy of Erik. Adds in nicely with this list of tweaks for your .tcshrc in an...</p>
]]></content:encoded>
	</item>
</channel>
</rss>

