I'm looking for a command which lists all files created between 4 and 7:40 o'clock this morning. I'm aware of find . -mtime 0 but that lists all files created today. I can pipe it to a grep but than my knowledge fails me on how to filter out all files but the files created between 4 and 7:40.
| ||||
feedback
|
|
If you have GNU
With other versions of
| |||
feedback
|