Wally wants to quickly create a file that stores some information about a upcoming meeting. Wally is on the phone with his customer and doesn’t want to interrupt the conversation to find a pen or pencil.
Choose the command sequence that Wally might use on his system to store this information.

A.
cat < meeting.txt <return>Monday, the 23
rd
, 10:00 AM <return><crtl + d>
B.
cat > meeting.txt <return>Monday, the 23
rd
, 10:00 AM <return><crtl + c>
C.
cat < meeting.txt <return>Monday, the 23
rd
, 10:00 AM <return><crtl + c>
D.
cat > meeting.txt <return>Monday, the 23
rd
, 10:00 AM <return><crtl + d>