Re: Hi small improvement to find command.

2013-01-28 Thread Bernhard Voelker
On 01/29/2013 07:02 AM, Prashant Sharma wrote: > I was curious about the communities interest in a small improvement to > mtime's precision from days to seconds, hours and minutes. > > something like > > find . -type f -mtime +1m would give me files modified in last one minute. Thanks for the su

Hi small improvement to find command.

2013-01-28 Thread Prashant Sharma
Hello folks! Greetings! I was curious about the communities interest in a small improvement to mtime's precision from days to seconds, hours and minutes. something like find . -type f -mtime +1m would give me files modified in last one minute. Thanks in advance -Prashant Sharma