Daily Shaarli

All links of one day in a single page.

November 3, 2021

Cuddly, Octo-Palm Tree: Bash functions are better than I thought

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.