<?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: Custom bash_profile for Advanced Shell Users</title>
	<atom:link href="http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NameRubem</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2879</link>
		<dc:creator>NameRubem</dc:creator>
		<pubDate>Tue, 31 Jul 2012 03:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2879</guid>
		<description><![CDATA[I loved the hint, now how do I remove the AskApache bash_profile? My problem was with the accent that does not work.

My English is poor, sorry!]]></description>
		<content:encoded><![CDATA[<p>I loved the hint, now how do I remove the AskApache bash_profile? My problem was with the accent that does not work.</p>
<p>My English is poor, sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2878</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Tue, 10 May 2011 13:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2878</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;@slavik ~&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To install calendar files in your &lt;code&gt;~/.calendar&lt;/code&gt; directory:&lt;/p&gt;

&lt;pre&gt;$ U=&#039;http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/usr.bin/calendar/calendars/&#039;;
$ mkdir ~/.calendars
$ cd ~/.calendars
$ curl $(for f in `curl -sSo - $U&#124;sed &#039;/&quot;&gt;calendar./!d;s,^.*&quot;&gt;calendar.([^&lt;]*)&lt;/a&gt;&lt;/td&gt;,1,g&#039;`;do echo -n &quot; -O ${U}calendar.${f}&quot;;done);&lt;/pre&gt;



&lt;p&gt;This will then print out the calendar items&lt;/p&gt;
&lt;pre&gt;$ sed -n &quot;/$(date +%m\/%d\&#124;%b* %d)/p&quot; $(find ~/.calendar /usr/share/calendar -maxdepth 1 -type f -name &#039;c*&#039; 2&gt;/dev/null);&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p><strong>@slavik ~</strong></p>
<p>To install calendar files in your <code>~/.calendar</code> directory:</p>
<pre>$ U='http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/usr.bin/calendar/calendars/';
$ mkdir ~/.calendars
$ cd ~/.calendars
$ curl $(for f in `curl -sSo - $U|sed '/"&gt;calendar./!d;s,^.*"&gt;calendar.([^&lt;]*)&lt;/a&gt;&lt;/td&gt;,1,g'`;do echo -n " -O ${U}calendar.${f}";done);</pre>
<p>This will then print out the calendar items</p>
<pre>$ sed -n "/$(date +%m\/%d\|%b* %d)/p" $(find ~/.calendar /usr/share/calendar -maxdepth 1 -type f -name 'c*' 2&gt;/dev/null);</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slavik</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2877</link>
		<dc:creator>Slavik</dc:creator>
		<pubDate>Wed, 27 Apr 2011 07:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2877</guid>
		<description><![CDATA[Hey,

Nice script...
I&#039;m interested only in the last part?
How did you generate it? I want to be able to call it whenever i feel like it..
(the pink part with the dates?)
I&#039;m using Archlinux
cheers,]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Nice script...<br />
I'm interested only in the last part?<br />
How did you generate it? I want to be able to call it whenever i feel like it..<br />
(the pink part with the dates?)<br />
I'm using Archlinux<br />
cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogomips</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2874</link>
		<dc:creator>bogomips</dc:creator>
		<pubDate>Sat, 25 Sep 2010 12:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2874</guid>
		<description><![CDATA[Thanks for this post and share script. Though, I confirm that sourceing the script in a terminal rids the bash&#039;s history expansion (like &lt;strong&gt;feigner&lt;/strong&gt; I would not imagine my life without !! and !$ substitutions). Perhaps, I need no such many aliases from those bangs :-)
My $.02 medicine was either to source script as bash -lH askapache-bash-profile.txt or to type set -H on login to return history expansion back. What&#039;s about &lt;strong&gt;histexpand&lt;/strong&gt; option in your script? And more, some Linux distros have not installed &lt;strong&gt;dos2unix&lt;/strong&gt; by default (e.g. Ubuntu&#039;s &lt;strong&gt;tofrodos&lt;/strong&gt; pkg obsoletes &lt;strong&gt;dos2unix&lt;/strong&gt;).]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post and share script. Though, I confirm that sourceing the script in a terminal rids the bash's history expansion (like <strong>feigner</strong> I would not imagine my life without !! and !$ substitutions). Perhaps, I need no such many aliases from those bangs :-)<br />
My $.02 medicine was either to source script as bash -lH askapache-bash-profile.txt or to type set -H on login to return history expansion back. What's about <strong>histexpand</strong> option in your script? And more, some Linux distros have not installed <strong>dos2unix</strong> by default (e.g. Ubuntu's <strong>tofrodos</strong> pkg obsoletes <strong>dos2unix</strong>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2873</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Sat, 07 Aug 2010 06:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2873</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;@Wojtek&lt;/strong&gt;&lt;/p&gt;
you have DOS line endings in the file. Open in vim, enter &lt;code&gt;:set ff=unix&lt;/code&gt; then &lt;code&gt;:x&lt;/code&gt; to save it back out. Then it should work.]]></description>
		<content:encoded><![CDATA[<p><strong>@Wojtek</strong></p>
<p>you have DOS line endings in the file. Open in vim, enter <code>:set ff=unix</code> then <code>:x</code> to save it back out. Then it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feigner</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2872</link>
		<dc:creator>feigner</dc:creator>
		<pubDate>Mon, 10 May 2010 17:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2872</guid>
		<description><![CDATA[First I want to thank askapache for sharing the fruit of his labor, then, not to complain, but rather query about an issue I&#039;m having using the &quot;bash_profile for Advanced Users.

When I utilize this .bash_profile, I loose a feature that I really like in bash which is the use of special history completion using &lt;code&gt;&quot;!!&quot;, &quot;!$&quot;, &quot;!df&quot;, &quot;!23&quot;, &quot;!-3&quot;&lt;/code&gt; and the like.

I&#039;ve looked at lots of bash documentation and even tried commenting out parts of you the profile to turn off history functions, but nothing works. Any Ideas?]]></description>
		<content:encoded><![CDATA[<p>First I want to thank askapache for sharing the fruit of his labor, then, not to complain, but rather query about an issue I'm having using the "bash_profile for Advanced Users.</p>
<p>When I utilize this .bash_profile, I loose a feature that I really like in bash which is the use of special history completion using <code>"!!", "!$", "!df", "!23", "!-3"</code> and the like.</p>
<p>I've looked at lots of bash documentation and even tried commenting out parts of you the profile to turn off history functions, but nothing works. Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larsx2</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2869</link>
		<dc:creator>larsx2</dc:creator>
		<pubDate>Fri, 04 Sep 2009 18:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2869</guid>
		<description><![CDATA[Amazing!  My bash_profile looked so skinny.. thanks for the share.  (And truly it is bash that is the heart of evrything on askapache)]]></description>
		<content:encoded><![CDATA[<p>Amazing!  My bash_profile looked so skinny.. thanks for the share.  (And truly it is bash that is the heart of evrything on askapache)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wojtek</title>
		<link>http://www.askapache.com/linux/bash_profile-functions-advanced-shell.html#comment-2867</link>
		<dc:creator>Wojtek</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=3183#comment-2867</guid>
		<description><![CDATA[The script looks great but for some reason I&#039;m getting:
&lt;pre&gt;# ./askapache-bash-profile.sh
-bash: ./askapache-bash-profile.sh: /bin/bash&lt;/pre&gt;

&lt;blockquote&gt;: bad interpreter: No such file or directory&lt;blockquote&gt;

I do have bash :) and /bin/bash do exists. Any idea why is this happening?


&lt;pre&gt;# dos2unix -dv askapache-bash-profile.sh&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>The script looks great but for some reason I'm getting:</p>
<pre># ./askapache-bash-profile.sh
-bash: ./askapache-bash-profile.sh: /bin/bash</pre>
<blockquote><p>: bad interpreter: No such file or directory<br />
<blockquote>
<p>I do have bash :) and /bin/bash do exists. Any idea why is this happening?</p>
<pre># dos2unix -dv askapache-bash-profile.sh</pre>
</blockquote>
</blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>
