1
0
Fork 0
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:
Darío Hereñú 2023-08-09 10:38:15 -03:00 committed by GitHub
parent 2bd67c5a0c
commit 3b5bc0828c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.es/osx/sw_vers.md Normal file
View 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`