There are many questions here that seek files modified within a certain date range.
How do we use linux (Ubuntu) command line to search for a certain type (e.g. *.odt) file within a certain date range?
There are many questions here that seek files modified within a certain date range.
How do we use linux (Ubuntu) command line to search for a certain type (e.g. *.odt) file within a certain date range?
-iname '*.pdf'
. If that is not sufficient, please see How to find files by file type? – steeldriver Jul 08 '20 at 14:46