试题详情

用户编写了一个文本文件a.txt,想将该文件名称改为txt.a,下列命令( )可以实现。

Acd a.txt xt.a

Becho a.txt > txt.a

C rm a.txt txt.a

D cat a.txt > txt.a