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

后端 未结 7 1989
清酒与你
清酒与你 2021-02-13 07:21

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:49

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

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

提交回复
热议问题