2.2.1
版本发布时间: 2021-06-03 02:52:12
tavianator/bfs最新发布版本:4.0.2(2024-09-18 03:54:04)
-
Fixed some incorrect coloring of broken links when links are being followed (
-L
) -
Made the tests work when run as root by dropping privileges. This may be helpful for certain packaging or CI environments, but is not recommended.
-
Treat empty
PAGER
andLESS
environment variables like they're unset, forbfs -help
(#71). Thanks @markus-oberhumer! -
The soft
RLIMIT_NOFILE
is now raised automatically to a fairly large value when possible. This provides a minor performance benefit for large directory trees. -
Implemented time units for
-mtime
as found in FreeBSD find (#75)