Hello,
I want to find in my directory files and deplace it in other directory but I not find files where are in my directory of my directory :
find /test -type f -mtime +10 -exec mv '{}' /appl2/arch ';'
the directory test have a directory test1 with files
and my command move all files
what can i do ?
I want to find in my directory files and deplace it in other directory but I not find files where are in my directory of my directory :
find /test -type f -mtime +10 -exec mv '{}' /appl2/arch ';'
the directory test have a directory test1 with files
and my command move all files
what can i do ?