I am trying to convert camelcase string into lower and underscore case, I don't know many bash commands and I couldn't find anything, if this doesn't take big time for you, please give me example. like: 'TestCamelCase' -> result should be 'test_camel_case'. thank you in advanced!