Rename multiple files quickly with Linux Terminal

preview_player
Показать описание
In this video I want to show you vimv.
Vimv is a cool bash script which you can use to batch rename files
easily from Linux terminal.

I am a guy from UP bareilly India. Who love Computers/Linux/Programming.
I enjoy making Tech videos.
Please subscribe to my channel.
Рекомендации по теме
Комментарии
Автор

I love your channel. The way you manage to include "underground" content is awesome.

MetalCoola
Автор

Strong thumbnail game :D If you keep up with this content your channel will blow up in near future.

patriarch
Автор

Earlier, bulk rename was used, but onward vimv ..☺️☺️

peacefull-meditation
Автор

Nice tool.
Just as a note, since this won't work for recursive files, better solution will be to use regex and `rename` as follows. But yeah, vimv is a neat solution as compared to this
1) To rename all directories with spaces
find -name "* *" -type d | rename 's/ /-/g'

2) To rename all files with spaces
find -name "* *" -type d | rename 's/ /-/g'

chhajedji
Автор

I use ranger, so I know how useful this is, I download a lot of anime, and most of the file names are really messy, so what I do is symlink the files (so that I can still seed) and then batch rename the symlinks in ranger.

savantshuia
Автор

This sort of script works even better with an editor that can do multiline, like kakoune

lelgenio
Автор

Hi! Another way of renaming multiple files is usage of Long Path Tool.

socialinbox
Автор

you can do the same in nnn or ranger file manager.

AlashAls
Автор

First saw this feature in nnn file manager and it's really handy.
I noticed a bug there tho -- if you try to swap names, it doesn't do what you expect it to do. I wonder if it's the same behaviour in vimv. Probably is easy to fix anyway

andreipopescu
Автор

How to support a option to this script, rename all files (hidden file)?
(ranger mark many files really slow, so I like this script)

hellozdm
Автор

Can you make a script to append random numbers to all folders pLS

personalityofapatato
Автор

I downloaded Tenali Rama whole Series Today with yt-dlp
But at end it shows the video id
But this tool might help me now

Abhinav-Bhat
Автор

2:27 "akash byjus"
oh no, shit :(

yash
Автор

ranger, nnn do this, but a script is handy

joaovictordasilvabatistade
welcome to shbcf.ru