#!/bin/bash lxc list -c nmD -f compact status=running | tail -n+2 | sort -k2 -h -r