From: Laurent Desnogues <laurent.desnogues@gmail.com>
To: Pascal Erb <pascal.erb@gruo.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] version command line option
Date: Wed, 16 Sep 2009 17:17:45 +0200 [thread overview]
Message-ID: <761ea48b0909160817q2ac0b735n834834972552015@mail.gmail.com> (raw)
In-Reply-To: <200909161532.48010.pascal.erb@gruo.de>
On Wed, Sep 16, 2009 at 3:32 PM, Pascal Erb <pascal.erb@gruo.de> wrote:
> But it seems to be
> impossible to do something like
>
> qemu --version
>
> to find out some version information. Since this should be easy to implement,
> I'd do this. Any informations how to proceed?
I came up with this but that looks overly complex and fragile :-)
qemu-x86_64 -h | head -1 | awk '{ print $3 }' | sed 's/,$//'
Laurent
next prev parent reply other threads:[~2009-09-16 15:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-16 13:32 [Qemu-devel] version command line option Pascal Erb
2009-09-16 15:17 ` Laurent Desnogues [this message]
2009-09-17 11:38 ` Pascal Erb
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=761ea48b0909160817q2ac0b735n834834972552015@mail.gmail.com \
--to=laurent.desnogues@gmail.com \
--cc=pascal.erb@gruo.de \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).