can anyone help me?? I want rename file from
Chat WhatsApp dengan A3 - 21.mp4
Mine.mp4
MoviMax_MV1_V016_2.106.001_20150227_2030_fbf.mp4
bedrock_server.mp4
to
test1.mp4
test2.mp4
test3.mp4
test4.mp4
how do i do it??
can anyone help me?? I want rename file from
Chat WhatsApp dengan A3 - 21.mp4
Mine.mp4
MoviMax_MV1_V016_2.106.001_20150227_2030_fbf.mp4
bedrock_server.mp4
to
test1.mp4
test2.mp4
test3.mp4
test4.mp4
how do i do it??
Just use the "mv" command to rename the files.
Usage: mv original_file renamed_file
Just take note of files with space, you will need to add back slash (\) before the space so it will be considered as "space".
mv Chat\ WhatsApp\ dengan\ A3\ -\ 21.mp4 test1.mp4
mv Mine.mp4 test2.mp4
mv MoviMax_MV1_V016_2.106.001_20150227_2030_fbf.mp4 test3.mp4
mv bedrock_server.mp4 test4.mp4