Sort / ascending order

What's the command to sort a file in ascending order and redirect the output to another file?
Thanks!!!!!!

To sort file1 into file2, use

sort file1 > file2