/ Published in: Bash
Expand |
Embed | Plain Text
curl localhost:5984/_uuids 2>/dev/null | egrep -o '"[^"]+"' | grep -v uuids | tr -d '"\n'
You need to login to post a comment.
curl localhost:5984/_uuids 2>/dev/null | egrep -o '"[^"]+"' | grep -v uuids | tr -d '"\n'
You need to login to post a comment.