https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284298
Mikael Urankar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Mikael Urankar <[email protected]> --- (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.
