The -ls option to find (if available) prints the date, size, and owner of each file in addition to the file name, just like the
ls command. (You can use
-exec ls -l {} \; as a workaround if your find doesn't have the
-ls option.)
Code:
find /path/to/directory -name '*in' -ls