Re: [osol-discuss] files newer than a certain hours/minutes

2009-03-16 Thread James Carlson
Omer Faruk Sen writes: > I have just realised that even Solaris 10's find command has not cmin > option (which is valid for Linux) there is only ctime is used for > Days. How can I check files which are created for example 1 hour ago? In addition to the common touch-based work-around, you can also

Re: [osol-discuss] files newer than a certain hours/minutes

2009-03-16 Thread Joerg Schilling
Omer Faruk Sen wrote: > I have just realised that even Solaris 10's find command has not cmin > option (which is valid for Linux) there is only ctime is used for > Days. How can I check files which are created for example 1 hour ago? Use sfind: ftp://ftp.berlios.de/pub/schily/ sfind . -ctime -

Re: [osol-discuss] files newer than a certain hours/minutes

2009-03-16 Thread Sivakumar Shanmugasundaram
Don't know if some thing has changed recently. But this is what I used to do (long time back). Use touch command to 'touch' a file with timestamp of 1 hour earlier. Then use 'find . -newer touchedfile' -Siva On 03/16/09 14:42, Omer Faruk Sen wrote: Hi, I have just realised that even Solari

[osol-discuss] files newer than a certain hours/minutes

2009-03-16 Thread Omer Faruk Sen
Hi, I have just realised that even Solaris 10's find command has not cmin option (which is valid for Linux) there is only ctime is used for Days. How can I check files which are created for example 1 hour ago? Regards. ___ opensolaris-discuss mailing li