Linux Commands > Redirection > Flashcards
> >
Append the output to the right hand side.
Can be reversed.
>
Send the output of the left side to the file on the right.
./my_text.txt > ./other_file.txt
sort < ./phone_numbers.txt