Well,

up till now I’ve been using du -sh * | grep G, however that didn’t quite do what I wanted. So I looked at the manpage of find a little bit today, and I found this:

1
find . -type f -size +20000k -exec ls {} ; | sort