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