기존 디렉터리 archive로 a.txt와 b.doc를 옮기는 명령은 무엇인가요?
archive
a.txt
b.doc
a.txt b.doc archive
mv a.txt b.doc archive
mv a.txt archive b.doc
mv archive a.txt b.doc