tcsh

C shell with file name completion and command-line editing. See also: csh. More information: <https://manned.org/tcsh>.

Debian Debian
RUN apt-get update && \ apt-get install -y tcsh
Ubuntu
RUN apt-get update && \ apt-get install -y tcsh
Alpine
RUN apk add tcsh
Arch Arch Linux
RUN pacman -S --noconfirm tcsh
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y tcsh
CentOS
RUN yum install -y tcsh
Fedora
RUN dnf install -y tcsh
Raspbian
RUN apt-get update && \ apt-get install -y tcsh
click the source code to copy install tcsh on any operating system with command-not-found.com