Created
April 10, 2017 13:45
-
-
Save kitschysynq/867caebec581cee4c44c764b4dd2bde7 to your computer and use it in GitHub Desktop.
List running qemu instances with nicely formatted output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ps -ef | awk -e '/qemu/ && !/awk/' | sed -e 's/[^/]*//' -e 's/ -/\n\t-/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example output: