how do you get a script to run

2003-11-01 Thread Gregory Stearns
I know I am retarded, how ever I can not get the script I wrote to run on Free BSD 4.7. Very Thankful for all the support, Greg -- __ Sign-up for your own personalized E-mail at Mail.com

Re: how do you get a script to run

2003-11-01 Thread Lowell Gilbert
Gregory Stearns [EMAIL PROTECTED] writes: I can not get the script I wrote to run on Free BSD 4.7. If it is an sh-type script, then sh script-name should work, regardless of how anything else is configured. If it is a csh-type script, csh script-name should work. There are a lot of other

Re: how do you get a script to run

2003-11-01 Thread Chris Hill
On Sat, 1 Nov 2003, Gregory Stearns wrote: I know I am retarded, how ever I can not get the script I wrote to run on Free BSD 4.7. 1) Make sure it has execute permissions set (man chmod) 2) Make sure it's in a directory specified in your PATH variable. Usually username/bin/ is a good place to

Re: how do you get a script to run

2003-11-01 Thread Chris
On Saturday 01 November 2003 02:37 pm, Chris Hill wrote: On Sat, 1 Nov 2003, Gregory Stearns wrote: I know I am retarded, how ever I can not get the script I wrote to run on Free BSD 4.7. 1) Make sure it has execute permissions set (man chmod) 2) Make sure it's in a directory specified in