Merge pull request #285 from waldyrious/patch-1

use a more useful second example
waldyrious/alt-syntax
Romain Prieto 2015-07-09 08:26:18 +10:00
commit 2e34e66405
1 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
# uname
> Print operating system name
> Print details about the current machine and the operating system running on it
- Print all available operating system and kernel information
- Print hardware-related information: machine and processor
`uname -a`
`uname -mp`
- Print the current operating system name (e.g. Linux, Darwin, SunOS, etc)
- Print software-related information: system name (Linux, Darwin...), release number, and version
`uname -s`
`uname -srv`
- Print the nodename (hostname) of the system