csh
The shell (command interpreter) with C-like syntax. See also: tcsh. More information: <https://www.mkssoftware.com/docs/man1/csh.1.asp>.
Install
- All systems
-
curl cmd.cat/csh.sh
- Debian
-
apt-get install tcsh - Ubuntu
-
apt-get install tcsh -
Alpine
-
apk add tcsh - Arch Linux
-
pacman -S tcsh - Kali Linux
-
apt-get install tcsh - CentOS
-
yum install tcsh - Fedora
-
dnf install tcsh - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install tcsh - OS X
-
brew install tcsh - Raspbian
-
apt-get install tcsh - Docker
-
docker run cmd.cat/csh cshpowered by Commando
The shell (command interpreter) with C-like syntax. See also: tcsh. More information: <https://www.mkssoftware.com/docs/man1/csh.1.asp>.
-
Start an interactive shell session:
csh -
Start an interactive shell session without loading startup configs:
csh -f -
Execute specific [c]ommands:
csh -c "echo 'csh is executed'" -
Execute a specific script:
csh path/to/script.csh
© tl;dr; authors and contributors