Skip to content

Instantly share code, notes, and snippets.

@UnconventionalMindset
Created January 9, 2024 11:00
Show Gist options
  • Save UnconventionalMindset/8241c37b70e13901681b1ab272bc941a to your computer and use it in GitHub Desktop.
Save UnconventionalMindset/8241c37b70e13901681b1ab272bc941a to your computer and use it in GitHub Desktop.
Ubuntu get codename
#!/bin/bash
codename=$(lsb_release -c | sed 's/\(Codename:\s\)\(.*\)/\2/g')
echo "Ubuntu codename: ${codename}..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment