mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
w: add Spanish translation (#9306)
This commit is contained in:
parent
c76a596071
commit
d2d5ec0f02
2 changed files with 21 additions and 1 deletions
20
pages.es/linux/w.md
Normal file
20
pages.es/linux/w.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# w
|
||||
|
||||
> Muestra quien ha iniciado sesión y sus procesos.
|
||||
> Más información: <https://www.geeksforgeeks.org/w-command-in-linux-with-examples/>.
|
||||
|
||||
- Muestra información sobre todos los usuarios que han iniciado sesión actualmente:
|
||||
|
||||
`w`
|
||||
|
||||
- Muestra información sobre un usuario específico:
|
||||
|
||||
`w {{nombre_de_usuario}}`
|
||||
|
||||
- Muestra información sin incluir la cabecera:
|
||||
|
||||
`w --no-header`
|
||||
|
||||
- Muestra información sin incluir las columnas de inicio de sesión, JCPU y PCPU:
|
||||
|
||||
`w --short`
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Display information about a specific user:
|
||||
|
||||
`w {{user}}`
|
||||
`w {{username}}`
|
||||
|
||||
- Display information without including the header:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue