0

I have been searching how to install rename to change file names with the terminal and mac. In several places explain that I should put

brew install rename

Change the name of many files

If I write that in the terminal it says

-bash: brew: command not found

What am I missing?

Community
  • 1
  • 1
segon
  • 273
  • 1
  • 4
  • 16

1 Answers1

4

The error you are getting indicates that you need to install Homebrew. Start with this page. Once Homebrew is installed, you can install additional utilities through it.