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.