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