Re: Hi small improvement to find command.

2013-01-29 Thread Prashant Sharma
On Wed, Jan 30, 2013 at 1:48 AM, Eric Blake wrote: > On 01/29/2013 01:24 AM, Prashant Sharma wrote: > > [Please don't top-post on technical lists] > > > The need for this arose with following scenario. > > I have stream processing engine doing some random stuff and creating a > lot > > of files i

Re: Hi small improvement to find command.

2013-01-29 Thread Eric Blake
On 01/29/2013 01:24 AM, Prashant Sharma wrote: [Please don't top-post on technical lists] > The need for this arose with following scenario. > I have stream processing engine doing some random stuff and creating a lot > of files in the process. And since I did not wrote it myself and people who >

Re: Hi small improvement to find command.

2013-01-29 Thread Prashant Sharma
The need for this arose with following scenario. I have stream processing engine doing some random stuff and creating a lot of files in the process. And since I did not wrote it myself and people who wrote it do not have clearing up mechanism for the files that accumulate and tend to either fill In

Re: Hi small improvement to find command.

2013-01-29 Thread Bernhard Voelker
Added the list again. On 01/29/2013 08:28 AM, Prashant Sharma wrote: > On 01/29/2013 08:10 AM, Bernhard Voelker wrote: >> 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

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