How can I make the “find” Command on OS X default to the current directory?

后端 未结 7 1649
长情又很酷
长情又很酷 2021-02-13 07:43

I am a heavy command line user and use the find command extensively in my build system scripts. However on Mac OS X when I am not concentrating I often get output l

7条回答
  •  野性不改
    2021-02-13 08:08

    You may want to run the commands found in this link: https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/

    It is a bit outdated, for example I found I did not have to add many commands to my path at all.

    This covers your problem by having your system use the Non-BSD find utility from the findutils package, while also installing other tools you may want as well.

提交回复
热议问题