Example for finding .xls files on your Linux system: find ~/. -type f -name "*.xls"
find ~/. -type f -name "*.xls"