Hey,

I am trying to create a rather large shell script for a course that I am taking in school on Databases. The problem that I am having is this:

Instead of making it one very big script, I have chopped it up into several smaller scripts. This works except that I have several variables that I need to monitor through all the scripts. Thus, is there anyway of making these variables known to all scripts? Anyway of declaring them as global? The only thing that I can think of is to define them as environment variables, but I am not sure how to do this.

Any suggestions?

EDIT: Never mind, I figured it out. Thanks though.