https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221263
--- Comment #6 from [email protected] --- Also the longest file name has 181 chars if that helps. # find books -type f | while read I; do basename ${I} | wc -c; done | sort -n | tail -1 181 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
