Welcome to our blog where we share some BSD Tips and Tricks with the wider community.
Bsd tips and tricks | November 9, 2020
Find the largest files in the current directory
By Kamil Rytarowski
find . -type f -exec stat -f "%z %N" {} \; | sort -r -n -k1