Ubuntu Server find all files +1GB
find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…