GNU find on macOS

from blog lmno.lol @alvaro, | ↗ original
At times, you may need GNU versions of command line utilities on macOS. For example, GNU find. As usual, Homebrew saves the day. Install with: brew install findutils Unless you install with –with-default-names (I don't), GNU utilities will be prefixed with a "g". gfind --version If you need more, there are others: brew install binutils brew...