3

I have a routine need to replace filename whitespace (space, period, hyphen, etc) with underscore. Normally, it seems faster to brute-force it with rename than to write a script.

Couple of months ago I found a program that does it perfectly and download it. I should have named it something sensible, put its path in the path variable, and put a link to it on the desktop so I could locate it. I didn't, and now I cannot find it because I don't remember its name or location.

Can anyone help me with this?

2 Answers2

1

There are a many apps that would help you such as gprename which i advise your to use

sudo apt-get install gprename

enter image description here

As shown in the picture above you can replace whatever with other character easily

you can also try some other apps such as: krename and , pyrenamer

Mark Kirby
  • 18,949
  • 19
  • 79
  • 116
Maythux
  • 87,123
0

A powerful tool is pyRenamer (Python Renamer). To install this, press Ctrl+Alt+T to go to a terminal and type:

sudo apt-get install pyrenamer

Screenshot

enter image description here

A.B.
  • 92,125