单项选择题

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