how do you get a script to run

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Sat Nov 1 10:30:28 PST 2003


"Gregory Stearns" <stearns at mail.com> 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 things you should know along this line; 
a decent tutorial on shell scripting would be a good place to start.


More information about the freebsd-questions mailing list