1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 09:38:01 +01:00

use a more useful second example

grouping 3 related options that produce a more useful output. The descriptions are in the same order and use the same initials to allow understanding what each option does individually.
This commit is contained in:
Waldir Pimenta 2015-07-01 20:57:51 +01:00
parent 6b83bba0e4
commit 89a6b90afd

View file

@ -6,9 +6,9 @@
`uname -a`
- Print the current operating system name (e.g. Linux, Darwin, SunOS, etc)
- Print the system (kernel) name, release and version (e.g. Linux, Darwin, SunOS, etc.)
`uname -s`
`uname -srv`
- Print the nodename (hostname) of the system