I want to rename my files using a .txt file with proper names These are my files:
lesson1.mp4
lesson2.mp4
lesson3.mp4
...
This is my txt file with names:
1 Entry to vim
2 Basics of vim
3 Vim motion
...
The result I want to have is:
1 Entry to vim.mp4
2 Basics of vim.mp4
3 Vim motion.mp4