What are the parentheses used for in a bash shell script function definition like "f () {}"? Is it different than using the "function" keyword? What are the parentheses used for in a bash shell script function definition like "f () {}"? Is it different than using the "function" keyword? bash bash