View Single Post
Old 08-04-2020, 05:32 PM   #29
droopy
Guru
droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.
 
Posts: 834
Karma: 2912460
Join Date: Apr 2009
Device: Kobo Forma
Quote:
Originally Posted by latepaul View Post
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
droopy is offline   Reply With Quote