Linux中对文件名的修改

it2025-09-19  3

mv test.txt test1.txt

mv代表的move的缩写,test.txt是原始文件名,test1.txt是将要改成的名字

最新回复(0)