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

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

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".



Home FAQ