tcsh 6.13.00

概要:

URL: http://www.tcsh.org/

URL (日本語):

ダウンロード先: ftp://ftp.astron.com/pub/tcsh/

Soalris 8 以降は,はじめからパッケージが入っている

  • SUNWtcsh - Tenex C - シェル (tcsh)
  • SUNWtcshS - Tenex C - シェル用ソース (tcsh)
% tar -zxvf tcsh-6.13.00.tar.gz
% cd tcsh-6.13.00
% vi config_f.h
  64: #define NLS_CATALOGS
% ./configure
% make
# make install
# make install.man

以下は任意で..

  • シンボリックリンクを張る
# cd /usr/bin
# ln -s /usr/local/bin/tcsh tcsh
  • /etc/shells を作成 (ftpできなくなる)
# vi /etc/shells
 /sbin/sh
 /bin/sh
 /bin/csh
 /bin/ksh
 /usr/tcsh
 /usr/bin/sh
 /usr/bin/csh
 /usr/bin/ksh
 /usr/bin/tcsh
 /usr/local/bin/tcsh