mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
sw_vers: add Spanish translation (#10374)
This commit is contained in:
parent
2bd67c5a0c
commit
3b5bc0828c
1 changed files with 16 additions and 0 deletions
16
pages.es/osx/sw_vers.md
Normal file
16
pages.es/osx/sw_vers.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# sw_vers
|
||||
|
||||
> Imprime información sobre la versión del sistema operativo macOS.
|
||||
> Más información: <https://ss64.com/osx/sw_vers.html>.
|
||||
|
||||
- Imprime toda la información disponible (nombre del sistema operativo, número de versión y compilación):
|
||||
|
||||
`sw_vers`
|
||||
|
||||
- Imprime sólo el número de versión del sistema operativo:
|
||||
|
||||
`sw_vers -productVersion`
|
||||
|
||||
- Imprime sólo el identificador de compilación:
|
||||
|
||||
`sw_vers -buildVersion`
|
Loading…
Add table
Reference in a new issue