Skip to content

Instantly share code, notes, and snippets.

@enriquemanuel
Created July 8, 2013 20:41
Show Gist options
  • Save enriquemanuel/5952312 to your computer and use it in GitHub Desktop.
Save enriquemanuel/5952312 to your computer and use it in GitHub Desktop.
Get Blackboard Version and Apache version when its not in the full path
grep "bbconfig.version.number" /usr/local/blackboard/config/bb-config.properties && ps -ef | grep httpd | grep " 1 " | awk '{system ( $8 " -v")}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment