bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

add -limit


From: 積丹尼 Dan Jacobson
Subject: add -limit
Date: Mon, 02 Oct 2017 10:25:24 +0800

find should have a -limit option:
$ find -limit 50
would be like
$ find | sed 50q
but without hoping that the pipe will stop it. Which is even more
important with -exec...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]