Up
Next
DESCRIPTION --- 說明
tcsh 是 Berkeley UNIX C shell, csh(1) 的加強版, 並且完全相容.
它是一種直譯式的命令語言(command language), 可在登入後下指令或由 script 執行.
包括了下面幾個部份
-
command-line editor (see The command-line editor)
-
programmable word completion (see Completion and listing)
-
spelling correction (see Spelling correction)
-
history mechanism (see History substitution)
-
job control (see Jobs)
-
C-like syntax
另外, tcsh 比 csh 多出了一些新的
功能, 新增部份分別在標題上加註 '(+)' 號
Up
Next