hey..
I'm aiming to find in my volume only FOLDERS that have been modified in the last 14 days (using "find" and "-mtime").
also if my path is /mypath/folders_to_check/ , I want find to look only in that path and not go recursive . .
my main goal is to find the folders as fast as possible without going over sub-folders .
is it doable ?
I'm aiming to find in my volume only FOLDERS that have been modified in the last 14 days (using "find" and "-mtime").
also if my path is /mypath/folders_to_check/ , I want find to look only in that path and not go recursive . .
my main goal is to find the folders as fast as possible without going over sub-folders .
is it doable ?