Thank you very much for your quick reply.<br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 6:47 PM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Feb 25, 2013 at 06:31:36PM +0100, Khan Ferdous Wahid wrote:<br>
> Hi,<br>
> I would like to know if it is possible to "Find everything modified in the<br>
> last 10 minutes" as you did for last 7 days in<br>
><br>
>  virt-ls -lR -d guest --time-days / | awk '$6 <= 7'<br>
<br>
You can use:<br>
<br>
  virt-ls -lR -d guest --time-relative / | awk '$6 <= 10'<br>
<br>
> Where should I look for it? Which source file contains the code? Thank you.<br>
<br>
The source is here:<br>
<br>
  <a href="https://github.com/libguestfs/libguestfs/blob/master/cat/virt-ls.c#L813" target="_blank">https://github.com/libguestfs/libguestfs/blob/master/cat/virt-ls.c#L813</a><br>
<br>
Rich.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" target="_blank">http://people.redhat.com/~rjones</a><br>
Read my programming blog: <a href="http://rwmj.wordpress.com" target="_blank">http://rwmj.wordpress.com</a><br>
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)<br>
</font></span></blockquote></div><br>