哪个命令会将 a.txt 和 b.doc 移动到现有的 archive 目录中?
a.txt
b.doc
archive
a.txt b.doc archive
mv a.txt b.doc archive
mv archive a.txt b.doc
mv a.txt archive b.doc