On Mon, Feb 25, 2013 at 06:31:36PM +0100, Khan Ferdous Wahid wrote:
Hi,
I would like to know if it is possible to "Find everything modified in the
last 10 minutes" as you did for last 7 days in
virt-ls -lR -d guest --time-days / | awk '$6 <= 7'
You can use:
virt-ls -lR -d guest --time-relative / | awk '$6 <= 10'
Where should I look for it? Which source file contains the code?
Thank you.
The source is here:
https://github.com/libguestfs/libguestfs/blob/master/cat/virt-ls.c#L813
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming blog:
http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)