Everybody's seen redirection in bash commands, that's pretty common,
but bash also allows you to define redirections when you define functions.
This causes the redirections to be evaluated/executed whenever the function is called.
This feature doesn't really give you any new features, just another
way to express existing features.