I meant that for Nate, regarding his .kshrc, I'd assume it was +x but you
never know...
I put this in my .profile for bash, it'd work for .kshrc I'm sure:
if [ -x .bashrc ]; then
. ./.bashrc
else
echo "Problem with .bashrc, check it out"
fi
* Blake
-----Original Message-----
From: Rod Roark [
mailto:rod@sunsetsystems.com]
Sent: Thursday, July 13, 2000 10:36 AM
To:
plug-discuss@lists.PLUG.phoenix.az.us
Subject: RE: kshrc
On Thu, 13 Jul 2000, Blake wrote:
> This is a stupid question, but is .kshrc executable?
# if [ -x .kshrc ]; then echo YES; else echo NO; fi
-- Rod
----------------------------------------------------------------------
Sunset Systems Preconfigured Linux Computers
http://www.sunsetsystems.com/ and Custom Software
----------------------------------------------------------------------
_______________________________________________
Plug-discuss mailing list -
Plug-discuss@lists.PLUG.phoenix.az.us
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss