From: mindfsck Subject: [patch] support no-path in find utility To: tech@openbsd.org Date: Sun, 12 May 2024 13:56:53 +0200 Hi, coming from the GNU world I often use find for explorative tasks like this: # find # find | grep -i something I learned the BSD find does not support this, one has to provide a path (or more). The attached patch adds functionality for the above examples.