1688 shaares
869 private links
869 private links
The author advocates the syntax my_func() ( body ... )
over my_func() { body ... }
syntax for its additional scoping benefits. I never knew bash function can be defined this way, and it's certainly a great read.