Would help more to see the command you actually typed, but you could try:Which, if I got my zeros correct, will print out all files over 100MB on your file system. Check which filesystem to check with "df -h" and go from there.Code:find / -size 100000000c -print
Check the find man page for better info.


