Return to Snippet

Revision: 26851
at May 13, 2010 06:45 by ascarion


Initial Code
curl localhost:5984/_uuids 2>/dev/null | egrep -o '"[^"]+"' | grep -v uuids | tr -d '"\n'

Initial URL

                                

Initial Description

                                

Initial Title
Get a CouchDB UUID on the shell

Initial Tags

                                

Initial Language
Bash