试题详情

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

Acd txt txt.a

Becho a.txt > txt.a

Crm a.txt txt.a

Dcat a.txt > txt.a