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

后端 未结 7 1795
长情又很酷
长情又很酷 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 07:53

    This is probably not what you want but how about: alias find="find ."

    or choose a new name (findl for find local?)

提交回复
热议问题