How can you append the output of a command to a file?
command >> file
command << file
command <> file
command < file