<?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: How to change from Bash to Tcsh shell</title>
	<atom:link href="http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sun, 19 May 2013 22:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jon Mier</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-338649</link>
		<dc:creator>Jon Mier</dc:creator>
		<pubDate>Sat, 18 Feb 2012 12:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-338649</guid>
		<description>I have the same problem pleas help</description>
		<content:encoded><![CDATA[<p>I have the same problem pleas help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soumaya</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-285738</link>
		<dc:creator>Soumaya</dc:creator>
		<pubDate>Fri, 25 Nov 2011 10:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-285738</guid>
		<description>Could anyone help me in installing .csh file on my MacOSX 10.6.4. If someone knows the appropriate commandes?...Thanks a lot!!</description>
		<content:encoded><![CDATA[<p>Could anyone help me in installing .csh file on my MacOSX 10.6.4. If someone knows the appropriate commandes?&#8230;Thanks a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quick Guide to Bash Shell Scripting - OS X Daily</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-97469</link>
		<dc:creator>Quick Guide to Bash Shell Scripting - OS X Daily</dc:creator>
		<pubDate>Fri, 30 Oct 2009 13:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-97469</guid>
		<description>[...] to you, obviously this Bash scripting guide only works for the Bash shell. If you need to, you can change the default shell rather easily in the Terminal preferences, but Bash has been the default shell since 10.3 and [...]</description>
		<content:encoded><![CDATA[<p>[...] to you, obviously this Bash scripting guide only works for the Bash shell. If you need to, you can change the default shell rather easily in the Terminal preferences, but Bash has been the default shell since 10.3 and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jesperrasmussen.com &#187; Blog Archive &#187; Switching bash with zsh</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-93504</link>
		<dc:creator>jesperrasmussen.com &#187; Blog Archive &#187; Switching bash with zsh</dc:creator>
		<pubDate>Tue, 03 Mar 2009 21:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-93504</guid>
		<description>[...] change it in older OS X versions, you should be able to use the chsh command. But there are other suggestions as [...]</description>
		<content:encoded><![CDATA[<p>[...] change it in older OS X versions, you should be able to use the chsh command. But there are other suggestions as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-33532</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Thu, 13 Dec 2007 00:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-33532</guid>
		<description>I prefer tcsh for my shell (completion seems more user-friendly to me), but I script in bash (better for this in general). But the warning about potential script trouble is erroneous as I understand it. That&#039;s the whole purpose of the shebang that should be at the beginning of every script - to specify the shell which the script should use to interpret the contents of the script. Almost all scripts simply use #!/bin/sh. In most unix variants (including OS X), sh is actually a link to bash nowadays. If you&#039;ve got a shebang in the first line of the script, it doesn&#039;t matter what command shell you launch the script from - it&#039;s going to be interpreted using the shell specified in the shebang.

All that being said, I&#039;m moving into the 21st century and making the switch to zsh. I highly recommend it to people interested in this post.</description>
		<content:encoded><![CDATA[<p>I prefer tcsh for my shell (completion seems more user-friendly to me), but I script in bash (better for this in general). But the warning about potential script trouble is erroneous as I understand it. That&#8217;s the whole purpose of the shebang that should be at the beginning of every script &#8211; to specify the shell which the script should use to interpret the contents of the script. Almost all scripts simply use #!/bin/sh. In most unix variants (including OS X), sh is actually a link to bash nowadays. If you&#8217;ve got a shebang in the first line of the script, it doesn&#8217;t matter what command shell you launch the script from &#8211; it&#8217;s going to be interpreted using the shell specified in the shebang.</p>
<p>All that being said, I&#8217;m moving into the 21st century and making the switch to zsh. I highly recommend it to people interested in this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-2387</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 28 Feb 2007 15:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-2387</guid>
		<description>You change your shell with the following commands:
chsh
passwd -s

Only requirement is that the shell is defined in /etc/shells

This way you will also have your default shell when logging in remotely through ssh (or telnet if you still use that)</description>
		<content:encoded><![CDATA[<p>You change your shell with the following commands:<br />
chsh<br />
passwd -s</p>
<p>Only requirement is that the shell is defined in /etc/shells</p>
<p>This way you will also have your default shell when logging in remotely through ssh (or telnet if you still use that)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cos</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-2324</link>
		<dc:creator>cos</dc:creator>
		<pubDate>Tue, 27 Feb 2007 13:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-2324</guid>
		<description>no, not really. tcsh was more popular in the early 90&#039;s when bash was still pretty young. 

(there&#039;s also the fabulous zsh, which probably has more going for it as an &quot;upgrade&quot; from bash, but that&#039;s just my opinion...)</description>
		<content:encoded><![CDATA[<p>no, not really. tcsh was more popular in the early 90&#8242;s when bash was still pretty young. </p>
<p>(there&#8217;s also the fabulous zsh, which probably has more going for it as an &#8220;upgrade&#8221; from bash, but that&#8217;s just my opinion&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-2311</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Tue, 27 Feb 2007 08:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/2007/02/27/how-to-change-from-bash-to-tcsh-shell/#comment-2311</guid>
		<description>Easy enough, but is there any real advantage for tcsh over bash?</description>
		<content:encoded><![CDATA[<p>Easy enough, but is there any real advantage for tcsh over bash?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 266/267 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-19 22:40:52 -->