kshrc

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Barnett, Blake
Date:  
Subject: kshrc
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:
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 -
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss