Skip to content

Instantly share code, notes, and snippets.

@alaztetik
Created June 19, 2022 21:35
Show Gist options
  • Save alaztetik/aa324a15242c6d6b50aca47e4f8e8b53 to your computer and use it in GitHub Desktop.
Save alaztetik/aa324a15242c6d6b50aca47e4f8e8b53 to your computer and use it in GitHub Desktop.

Revisions

  1. alaztetik created this gist Jun 19, 2022.
    13 changes: 13 additions & 0 deletions linux_distribution_info.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    Show GNU/Linux distribution information:

    ```bash
    lsb_release -drc
    ```

    prints e.g.:

    ```
    Description: Manjaro Linux
    Release: 21.3.0
    Codename: Ruah
    ```