Question: What does this command do?

  1. Accepts text from standard input and places it in "notes"
  2. Creates "notes" and exits
  3. Outputs the content of notes and deletes it
  4. Appends text to the existing "notes"

Answer: The correct answer of the above question is Option A:Accepts text from standard input and places it in "notes"