Skip to content

Instantly share code, notes, and snippets.

@SystemZ
Created December 16, 2015 05:55
Show Gist options
  • Select an option

  • Save SystemZ/9a7355de573eb19362dc to your computer and use it in GitHub Desktop.

Select an option

Save SystemZ/9a7355de573eb19362dc to your computer and use it in GitHub Desktop.
List all OpenVZ containers main IPs.
vzlist -a | tail -n +2 | awk '{print $4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment