Download raw body.
[patch] support no-path in find utility
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.
[patch] support no-path in find utility