find . -name '*'       
MAMP via macOS or Windows           
RJM Programming - March, 2022
Thanks to https://www.geeksforgeeks.org/php-shell_exec-vs-exec-function/
$output = shell_exec('find . -name "*" -atime 1'); $output = exec('find . -name "*" -atime 1');