can I scan the entire hard drive (not just a file) for a name and change it with Synalyze It?

0 votes
asked Aug 6, 2021 by edwardsx (120 points)

1 Answer

0 votes
answered Feb 17, 2023 by andreas (3,500 points)

Honestly this is not within it's intended use. It could be achieved with a Python script running in Synalyze It! however you could run the same script separately.

I'd suggest a solution as described here: https://unix.stackexchange.com/questions/227662/how-to-rename-multiple-files-using-find

...