This commit is contained in:
Boris Verkhovskiy 2024-10-20 15:08:49 -07:00
parent be55008464
commit 7e98873a59

View File

@ -1,11 +1,10 @@
---
category: tool
tool: tcsh
language: tcsh
filename: LearnTCSH.csh
contributors:
- ["Nicholas Christopoulos", "https://github.com/nereusx"]
---
tcsh ("tee-see-shell") is a Unix shell based on and compatible with the C shell (csh).
It is essentially the C shell with programmable command-line completion, command-line editing,
and a few other features.