Hacker News new | ask | show | jobs
by fmajid 1703 days ago
I've been a tcsh user for nearly 30 years, but I also believe /bin/sh should be as minimal and reliable as possible, the Bourne shell (or ash), certainly not a bloated monstrosity like bash or zsh. Even ksh is too big for my taste.
1 comments

csh Programming Considered Harmful http://harmful.cat-v.org/software/csh
That’s outdated, not about tcsh, and mostly nonsense.
I agree csh/tcsh should only be used as an interactive shell, not a scripting one.