On Fri, 22 Aug 1997, Bruno O. M. Simoes wrote: > Hi all, > does anyone know which (and where) is the *system-wide* .bashrc file? > Thanks in advances > Bruno
Closest thing I can think of if /etc/profile. You can check for the correct shell using a case: case "$0" in -bash | -sh) # do stuff here ;; -ksh) # do other stuff ;; esac Good luck, Brandon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .