mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
reorganize per discussion at #285
This commit is contained in:
parent
f8a34b8f73
commit
1e763bedb9
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# 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 system name (Linux, Darwin...), release number, and version details
|
||||
- Print software-related information: system name (Linux, Darwin...), release number, and version
|
||||
|
||||
`uname -srv`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue