i trying find file name starting testing , last modified date 1 min ago, , move them folder, getting below error. have tried -mtime +1 (but mtime 1day ago, not goal) , working fine, wonder why -mmin not working case? can help?
bash-3.2$ find /testing/ -type f -name "testing.*" -mmin +1 -exec mv {} /temp/ \; find: bad option -mmin find [-h | -l] path-list predicate-list
the command fine , output if run :
find --version
Comments
Post a Comment