| Current Path : /hdd/hdd11/log/scripts/ |
| Current File : /hdd/hdd11/log/scripts/tcsh-6.19.00-x86_64-1 |
if ! grep -q tcsh etc/shells 2> /dev/null ; then echo "/bin/tcsh" >> etc/shells echo "/bin/csh" >> etc/shells fi ( cd bin ; rm -rf csh ) ( cd bin ; ln -sf tcsh csh ) ( cd usr/man/man1 ; rm -rf csh.1.gz ) ( cd usr/man/man1 ; ln -sf tcsh.1.gz csh.1.gz )