https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284298
Mikael Urankar <mik...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mik...@freebsd.org --- Comment #5 from Mikael Urankar <mik...@freebsd.org> --- (In reply to Siva Mahadevan from comment #4) You can use something like that grep -r "rust/crates/libc-0.2.*crate" | awk /SIZE/'{print $2}' | sort | uniq -c | sort -- You are receiving this mail because: You are on the CC list for the bug.