UNIX FAQ Version 2.1 92/12/04 -- Question 5.2

UNIX FAQ Version 2.1 92/12/04 -- Question 5.2

How do I "include" one shell script from within another shell script?

From: wicks@dcdmjw.fnal.gov (Matthew Wicks)

Date: Wed, 7 Oct 92 14:28:18 -0500

All of the shells from the Bourne shell category (including rc) use the "." command. All of the shells from the C shell category use "source".