Modify file name under Linux command line

In the terminal, type

mv  file1 file2

Among them file1is the original file to be modified, and file2the final file name
Tip: If there is file2a file named originally , it will be overwritten.

Guess you like

Origin blog.csdn.net/weixin_43716048/article/details/108904281