Skip to content

Instantly share code, notes, and snippets.

@blindpet
Created July 17, 2015 14:02
Show Gist options
  • Save blindpet/6558fe1a94108891e2f2 to your computer and use it in GitHub Desktop.
Save blindpet/6558fe1a94108891e2f2 to your computer and use it in GitHub Desktop.
check linux distro and grep
cat /etc/*release | grep -E "debian|ubuntu"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment