如何在 Linux 中重命名文件?

2 linux command-line

我如何使用 shell 命令在 Linux 中重命名文件,比如old.txtto new.txt

小智 12

mv old.txt new.txt