The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-01-2006
mercy mercy is offline
Registered User
 

Join Date: Feb 2006
Location: msk.ru.earth
Posts: 43
Quote:
tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell, csh(1).
and csh just link at tcsh.
you can use both.

-f means what shell ignores ~/.tcshrc, and thus starts faster.

read
$ man tcsh
for more information
Reply With Quote