Hacker News new | ask | show | jobs
by pedro84 2137 days ago
$ ls -l /usr/bin | awk '$5 > 50000000'

-rwxr-xr-x 1 root root 51859776 Jan 26 2018 pandoc

1 comments

can you do that with netstat? :) (ls was one of the more simple parsers to write, aside from some corner cases)