find /home -name error_log -type f -size +5000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'
linux find bigger than
Leave a reply
find /home -name error_log -type f -size +5000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'