ksh to bash question

Matthew O. Persico persicom@acedsl.com
Fri Apr 20 20:43:00 GMT 2001


Not exactly a cygwin question, but since I am converting to Cygwin...

In KSH, you could take each shell function, put it in its own file, set
the FPATH envvar to point where the files are and then invoke functions.
The first time the function is called, the FPATH is searched. If the
file is found is is sourced and executed. Subsequent invokations are
merely executed.

In BASH, does one have to explicitly source all functions before first
use or does FPATH (or its equivilent) exist? If not, where are functions
traditionally stored and where (.bash_profile, .bashrc, etc) are they
sourced?

Thanks
-- 
Matthew O. Persico
    
http://www.acecape.com/dsl
AceDSL:The best ADSL in Verizon area

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list