<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tcsh on flow</title><link>https://eric.harris-braun.com/blog/tags/tcsh/</link><description>Recent content in Tcsh on flow</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 02 May 2006 00:00:00 +0000</lastBuildDate><atom:link href="https://eric.harris-braun.com/blog/tags/tcsh/index.xml" rel="self" type="application/rss+xml"/><item><title>tcsh: command not found</title><link>https://eric.harris-braun.com/blog/2006/05/02/tcsh-command-not-found/</link><pubDate>Tue, 02 May 2006 00:00:00 +0000</pubDate><guid>https://eric.harris-braun.com/blog/2006/05/02/tcsh-command-not-found/</guid><description>&lt;p>Have you ever gotten the &lt;code>tcsh: Command not found.&lt;/code> error after installing some code? Well it happened to me today, and I couldn&amp;rsquo;t figure out what the problem was. I had already added the commands directory into my PATH, and set it to executable with &lt;code>chmod 755&lt;/code>, but still the error kept coming up. The answer turned out to be that the command file (a shell script) that I had download had DOS line endings. Which, I quicly fixed using my trusty &lt;a href="http://barebones.com/products/bbedit/index.shtml" target="_blank" rel="noreferrer">bbedit&lt;/a> and bingo it worked fine.&lt;/p></description></item></channel></rss>