From charlesreid1

(Created page with "Csh programming considered harmful: http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/ Top 10 reasons not to program in csh: http://www.grymoire.com/Unix/CshTop10.txt")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


Top 10 reasons not to program in csh: http://www.grymoire.com/Unix/CshTop10.txt
Top 10 reasons not to program in csh: http://www.grymoire.com/Unix/CshTop10.txt
I recommend using [[Bash]] instead.
{{Programs}}
{{Unix Programs}}

Latest revision as of 15:55, 28 May 2011

Csh programming considered harmful: http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/

Top 10 reasons not to program in csh: http://www.grymoire.com/Unix/CshTop10.txt

I recommend using Bash instead.