Which command moves a.txt and b.doc into an existing directory named archive?
a.txt
b.doc
archive
mv archive a.txt b.doc
mv a.txt archive b.doc
mv a.txt b.doc archive
a.txt b.doc archive