tcsh 6.24.01
Unix shell based on csh
Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction, a history mechanism, job control and a C-like syntax.
- Website: https://www.tcsh.org/
- Licenses: Original BSD
- Package source: gnu/packages/shells.scm
- Builds: See build status
- Issues: See known issues
Installation
Install tcsh 6.24.01
as follows:
guix install tcsh@6.24.01
Or install the latest version:
guix install tcsh
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.