-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qvm-ls --raw-data: also remove the []{}=> chars #2444
Comments
I am currently relying on this in one of my scripts, and using As for the specifics of this case, I can easily change it to check That leaves only |
FWIW, core3 looks like the stable interface I actually want. |
See
The ugliness of the current interface (and the code behind it) is one of the reason for core3... @rootkovska does |
There is also |
Useful to avoid needing to `... | tr -d '<>{}[]='` just to get clean VM names in scripts. Fixes QubesOS/qubes-issues#2444
Useful to avoid needing to `... | tr -d '<>{}[]='` just to get clean VM names in scripts. Fixes QubesOS/qubes-issues#2444 (cherry picked from commit 80450da)
Just make it easier to write bash scripts, avoid piping through additional tr -d :)
The text was updated successfully, but these errors were encountered: