Check .deb package files
Install required packagesapt install apt-file
apt-file update
apt-file list package_name
Install required packagesapt install apt-file
apt-file update
apt-file list package_name
Use this when looking for rapidly growing file sizes
Show files bigger that 100MBfind . -size +100000k
Show biggest files per directorydu -sm * | sort -nr | head
This way you send file directly from command lineecho "body" | mutt -a "/path/to/file" -s "subject" -- name@hostname