0

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?

Michael Levy
  • 101
  • 4
  • 2
    What specifically do you want to know that is not already covered in the previous questions, for example [How to list files that were changed in a certain range of time?](https://unix.stackexchange.com/questions/29245/how-to-list-files-that-were-changed-in-a-certain-range-of-time) – steeldriver Jul 04 '20 at 16:52
  • how to search for a type of file---like a pdf file--- within a date range – Michael Levy Jul 08 '20 at 03:56
  • You can add a simple filename-based condition like `-iname '*.pdf'`. If that is not sufficient, please see [How to find files by file type?](https://unix.stackexchange.com/questions/483871/how-to-find-files-by-file-type) – steeldriver Jul 08 '20 at 14:46

0 Answers0