diff --git a/README.md b/README.md index 8252b29..075a3f9 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,10 @@ A few examples of piecing together commands: } ``` +- Find out the name,version and codename of your Linux OS distribution with Python + +`python -c 'from platform import dist; print dist()'` + ## Obscure but useful