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 update
sudo apt-get install tcsh
- OS X
-
brew install tcsh
- Raspbian
-
apt-get install tcsh
- Dockerfile
- dockerfile.run/csh
- Docker
-
docker run cmd.cat/csh csh
powered 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