solaris 10 and find
Could you please advise how to find files in Solaris 10 over 24 hours or for example over 12 hours ?
When I am trying to run following: find . -name "*.ser" -mtime +1 ( I get 0 results )
However when I am running following: find . -name "*.ser" -mtime 0.99 ( I get a lot of files older than 24 hours and also a lot of files newer than 24 hours ).
In Linux there is an option to use -mmin not sure what options we have in Solaris.
Thanks
Andrew