Every version of Tcsh for testing shell scripts.
5.4K
Contains every version of Tcsh. All of the shells are located in /usr/local/bin and have the internal version number as their version number. There are symlinks set up to get the most recent release when there are multiple dot releases.
These shells, and many others, are included within the Multishell Docker Image. The additional scripts that are included on this image will be described there.
These are the symbolic links that are set up for your convenience.
tcsh-6 -> tcsh-6.20.00
tcsh-6.00 -> tcsh-6.00.03
tcsh-6.01 -> tcsh-6.01.00
tcsh-6.02 -> tcsh-6.02.00
tcsh-6.03 -> tcsh-6.03.00
tcsh-6.04 -> tcsh-6.04.00
tcsh-6.05 -> tcsh-6.05.00
tcsh-6.06 -> tcsh-6.06.04
tcsh-6.07 -> tcsh-6.07.13
tcsh-6.08 -> tcsh-6.08.07
tcsh-6.09 -> tcsh-6.09.04
tcsh-6.10 -> tcsh-6.10.02
tcsh-6.11 -> tcsh-6.11.05
tcsh-6.12 -> tcsh-6.12.03
tcsh-6.13 -> tcsh-6.13.10
tcsh-6.14 -> tcsh-6.14.07
tcsh-6.15 -> tcsh-6.15.02
tcsh-6.16 -> tcsh-6.16.01
tcsh-6.17 -> tcsh-6.17.10
tcsh-6.18 -> tcsh-6.18.05
tcsh-6.19 -> tcsh-6.19.01
tcsh-6.20 -> tcsh-6.20.00
tcsh-6.21 -> tcsh-6.21.00
tcsh-6.22 -> tcsh-6.22.04
You can generate a full list yourself using this command:
( cd /usr/local/bin; for F in *; do if [[ -L "$F" ]]; then echo "$F -> $(readlink "$F")"; else echo "$F"; fi; done ) | sort -V
Git Source (6.06.01 and forward): https://github.com/tcsh-org/tcsh
Older Archives: http://ftp.lip6.fr/pub/unix/shells/tcsh/old/
Git repository containing all source code and patches that were used to build the binaries: https://github.com/multishell/bash
Meant to be built using the these tools: https://github.com/multishell/multishell-scripts
Content type
Image
Digest
Size
46.6 MB
Last updated
about 5 years ago
docker pull fidian/multishell-tcsh