From 7e98873a59b574fa30e7eb82a8e480588d518a6f Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sun, 20 Oct 2024 15:08:49 -0700 Subject: [PATCH] tcsh --- tcsh.html.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tcsh.html.markdown b/tcsh.html.markdown index 8f8429bc..bc67a5dc 100644 --- a/tcsh.html.markdown +++ b/tcsh.html.markdown @@ -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.