用户编写了一个文本文件a、txt,想将该文件名称改为txt、a,下列命令________可以实现。
A.cd a.txt xt.a
B.echo a.txt > txt.a
C.rm a.txt txt.a
D.cat a.txt > txt.a
正确答案是D