May 26, 2017

Find and listing file that less by specific time in Linux terminal

find . -mmin -15 -type f -exec ls -l {} +