Oracle Solaris System Administration (MOSC)

MOSC Banner

solaris 10 and find

edited Dec 14, 2015 7:49PM in Oracle Solaris System Administration (MOSC) 5 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center