macOS quick tip: Find a file using the Terminal
As a systems administrator, I often have to search for a
file on different systems. I usually go into the terminal and use
the #!shell find
command.
However, on macOS, you usually get a lot of output that is not relevant, such as Permission denied or Not a directory errors …