Hi,

On Tue, 1 May 2001, Bob Tanner wrote:

> Is there a way to get resource scripts sources on a per host bases?
>
> Like a machine called blah would source .bashrc.blah or something like that?

I don't know how to do this in bash, but it works with tcsh so it should
work fine with bash too... do HOSTNAME=`hostname` and then source
/etc/bashrc.$HOSTNAME... will that work?


-Yaron

--