1997-12-27 14:04:12 -05:00
|
|
|
bin/tcsh
|
|
|
|
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
|
|
|
|
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|
1998-07-03 23:20:40 -04:00
|
|
|
share/doc/tcsh/FAQ
|
1998-09-30 08:20:57 -04:00
|
|
|
share/doc/tcsh/Fixes
|
|
|
|
share/doc/tcsh/README
|
|
|
|
share/doc/tcsh/WishList
|
|
|
|
share/doc/tcsh/complete.tcsh
|
1997-12-27 14:04:12 -05:00
|
|
|
@dirrm share/doc/tcsh
|
|
|
|
share/nls/C/tcsh.cat
|
|
|
|
share/nls/C/tcsh.m
|