What does this command do?
cat > notes -
Accepts text from standard input and places it in "notes"
Appends text to the existing "notes"
Creates "notes" and exits
Outputs the content of notes and deletes it