Finding the biggest files in Linux
A common problem with computers is when you have a number of large files (such as audio/video clips) that you may want to get rid of. You can find the biggest files in the current directory with: ( only in current directory ) ls -lSrh (the r causes the large files to be listed at…