bsd-csh
Shell with C-like syntax
Install
- All systems
-
curl cmd.cat/bsd-csh.sh
- Debian
-
apt-get install csh
- Ubuntu
-
apt-get install csh
- Kali Linux
-
apt-get install csh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install csh
- Raspbian
-
apt-get install csh
- Dockerfile
- dockerfile.run/bsd-csh
csh
Shell with C-like syntax
The C shell was originally written at UCB to overcome limitations in the Bourne shell. Its flexibility and comfort (at that time) quickly made it the shell of choice until more advanced shells like ksh, bash, zsh or tcsh appeared. Most of the latter incorporate features original to csh. This package is based on current OpenBSD sources.