On Mon, Jul 6, 2020 at 12:18 AM Peng Yu <pengyu...@gmail.com> wrote: > I don't find `find` has an option to limit the entries to print only > to the first n entries. Is there such an option available? Thanks.
For n=1, there is find -quit. For n > 1, there is the head(1) command. Thanks. James.