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
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
>
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
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
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
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