qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qemu-iotests: Fix _filter_qemu


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Fix _filter_qemu
Date: Tue, 16 Apr 2013 17:08:42 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Apr 16, 2013 at 03:52:14PM +0200, Markus Armbruster wrote:
> Stefan Hajnoczi <address@hidden> writes:
> 
> [...]
> > The problem with the POSIX shell string replacement is that the syntax
> > is horrible.  I can never remember what ${%}, ${%%}, ${#} and
> > %{##} do.  $(basename $QEMU_PROG) is clear (although it doesn't handle
> > spaces in the filename!).
> 
> Here's how I cope.  # is left of % my keyboard.  # matches "on the
> left", % "on the right".  #/% are "short" and pick the shortest matching
> pattern.  ##/%% are "long" and pick the longest matching pattern.

Nice :).

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]