Is there a convention for naming private functions in bash?
I have a bash module with some private functions, wondering if I should start their names with underscore.
So far I haven’t seen any convention.
Is there a convention for naming private functions in bash? I have a bash
Share
For what it’s worth, Red Hat’s
/etc/init.d/functionsscript uses double underscores.