Skip to content

Instantly share code, notes, and snippets.

@dmlogv
Created June 18, 2020 11:32
Show Gist options
  • Save dmlogv/1c5023246ff3fb4968198e976513b1f2 to your computer and use it in GitHub Desktop.
Save dmlogv/1c5023246ff3fb4968198e976513b1f2 to your computer and use it in GitHub Desktop.
List ClickHouse users.xml users
echo "du /yandex/users" | xmllint --shell /etc/clickhouse-server/users.xml | grep -e '^ \w' | tr -d ' ' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment