Fixed awk expression to work with mawk
awk "/^[0-9].*:/&&/UP/ {print substr(\\$2, 0, length(\\$2)-1)}" does not
correctly work for mawk
bug http://bugzilla.openvz.org/show_bug.cgi?id=189
1 file changed