Skip to content

Instantly share code, notes, and snippets.

@vinitkumar
Created May 10, 2012 19:15
Show Gist options
  • Save vinitkumar/2655227 to your computer and use it in GitHub Desktop.
Save vinitkumar/2655227 to your computer and use it in GitHub Desktop.
OS Name in Ubuntu
#! /bin/bash
uname -a | awk '{print $4}'| sed -e s/#37-//g
~
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment