Skip to content

Instantly share code, notes, and snippets.

@mmaha
Created January 11, 2012 15:14
Show Gist options
  • Save mmaha/1595123 to your computer and use it in GitHub Desktop.
Save mmaha/1595123 to your computer and use it in GitHub Desktop.
Find what weblogic servers are running
#!/bin/sh
ps -ef | grep "weblogic\.Name" | sed 's/.*weblogic\.Name=//g' | cut -d ' ' -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment