Wich operator sends the output of ls to a file for later use?
ls > filelist.txt
ls - filelist.txt
ls ¦ filelist.txt
ls < filelist.txt