Quote:
Originally Posted by latepaul
hi droopy,
Your results imply there are other file types in there accounting for the missing space.
Try this to find out what your 'big' files are:
Code:
find . -type f -size +100M -exec file -b {} \; | grep -v Mobi | sort -u
|
hi latepaul, here's what I get when i run that command.
Quote:
find . -type f -size +100M -exec file -b {} \; | grep -v Mobi | sort -u
EPUB document
PDF document, version 1.5
PDF document, version 1.6
PDF document, version 1.7
Zip archive data, at least v2.0 to extract
|