Hello guys
So, i watched the Funcions in Bash video, and one thing that never got explored is what happens if i want to have multiple function libraries, like
. ./FuncLib1
. ./FuncLib2
can i do this? what if there are two underlying functions, one in each with the same name?
Thanks