qemu-discuss
[Top][All Lists]
Advanced

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

Re: #!shebang


From: G.W. Haywood
Subject: Re: #!shebang
Date: Wed, 20 Nov 2024 10:45:03 +0000 (GMT)

Hi there,

On Wed, 20 Nov 2024, lacsaP Patatetom wrote:

...
I can eliminate them using `grep` like this :
`$ qemu $(grep -v '^#' configuration.qemu)`

but it seems to me complicated and time-consuming to enter.
...
... another way ... ?

You could always use an alias, something like

alias qemugrep="qemu $(grep -v '^#' configuration.qemu)"

I use aliases a lot, for things like

alias l="ls -lrt"

--

73,
Ged.



reply via email to

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