Skip to content

Instantly share code, notes, and snippets.

@bugcy013
Forked from noahcampbell/nodes.sh
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save bugcy013/c0e2ffef6f288768e45b to your computer and use it in GitHub Desktop.

Select an option

Save bugcy013/c0e2ffef6f288768e45b to your computer and use it in GitHub Desktop.
#!/bin/bash
# Expect stdin to be a pipe from a resources.xml file.
xmlstarlet sel -t -m //node -v @hostname -o , -v @tags -n | grep --color -E "${1:-.*}" | cut -d , -f 1 | sed "/^$/d" | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment