Redirection operators: > or 1> - redirects stdout only 2> - redirects stderr only &> - redirects both stdout and stderr >> - appends to file instead of overwriting