Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created May 25, 2013 17:27
Show Gist options
  • Save icaoberg/5649937 to your computer and use it in GitHub Desktop.
Save icaoberg/5649937 to your computer and use it in GitHub Desktop.
[OMERO.server][OMERO.searcher] Get group id using the command line tools
#!/bin/bash
GROUPNAME=developers
omero group list | grep $GROUPNAME | cut -d"|" -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment