On Mon, Feb 25, 2013 at 05:47:12PM +0000, Richard W.M. Jones wrote:
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'
Actually that's seconds, not minutes. Try .. '$6 <= 10*60' instead.
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#)