Have added a number of functions which I source from my .bashrc. For instance, I use
export -f calc
I also have another function usage_calc where I comment out the export call
# export -f usage_calc
But I can still call usage_calc. What is happening?
myfunc2which callsmyfunc. Without more information there is nothing more anyone can tell you.exportthough.