[Bug 239467] [NEW PORT] sysutils/frand: Selects a random file from given directory.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 29 10:23:14 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239467
Rodrigo Osorio <rodrigo at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rodrigo at FreeBSD.org
--- Comment #1 from Rodrigo Osorio <rodrigo at FreeBSD.org> ---
Hi,
No offense, but what's the benefit of your tool compared to `find . -type f
-maxdepth 1 | sort -R | head -n1` command line ?
The reservoir-sampling algorithm provide some benefits here ?
Regards,
-- rodrigo
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list