> Redirection
|Usage: [cmd]>[file]Redirects the console output of 'cmd' to 'file'
[cmd] > [file]Redirects STDOUT of 'cmd' to 'file'[cmd] H> [file]Redirects html output of 'cmd' to 'file'[cmd] 2> [file]Redirects STDERR of 'cmd' to 'file'[cmd] 2> /dev/nullOmits the STDERR output of 'cmd'