find /home/tecmint/Downloads/ -type f -exec du -Sh {} + | sort -rh | head -n 5
find <location> -name <file_pattern> -type f -mmin +360 -delete