Merge pull request #374 from igorshubovych/uname-a

uname -a
waldyrious/alt-syntax
Igor Shubovych 2015-12-30 00:15:49 +02:00
commit 52e2e5d9b2
1 changed files with 4 additions and 0 deletions

View File

@ -14,3 +14,7 @@
- Print the nodename (hostname) of the system
`uname -n`
- Print all available system information (hardware, software, nodename)
`uname -a`