pull/214/merge
Daniel t 2017-06-05 21:16:37 +00:00 committed by GitHub
commit 0c9dc788c8
1 changed files with 4 additions and 0 deletions

View File

@ -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