mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 01:22:35 +03:00
w: add Spanish translation, update page (#10208)
* w: add Spanish translation * w: update page --------- Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
e43635feea
commit
685260232e
17
pages.es/osx/w.md
Normal file
17
pages.es/osx/w.md
Normal file
@ -0,0 +1,17 @@
|
||||
# w
|
||||
|
||||
> Muestra quién está conectado y qué está haciendo.
|
||||
> Imprime el inicio de sesión del usuario, TTY, host remoto, tiempo de inicio de sesiòn, tiempo de inactividad, proceso actual.
|
||||
> Más información: <https://ss64.com/osx/w.html>.
|
||||
|
||||
- Muestra información de los usuarios conectados:
|
||||
|
||||
`w`
|
||||
|
||||
- Muestra información de usuarios conectados sin encabezado:
|
||||
|
||||
`w -h`
|
||||
|
||||
- Muestra información sobre los usuarios conectados, ordenados por su tiempo de inactividad:
|
||||
|
||||
`w -i`
|
@ -4,14 +4,14 @@
|
||||
> Print user login, TTY, remote host, login time, idle time, current process.
|
||||
> More information: <https://ss64.com/osx/w.html>.
|
||||
|
||||
- Show logged-in users info:
|
||||
- Show logged-in users information:
|
||||
|
||||
`w`
|
||||
|
||||
- Show logged-in users info without a header:
|
||||
- Show logged-in users information without a header:
|
||||
|
||||
`w -h`
|
||||
|
||||
- Show info about logged-in users, sorted by their idle time:
|
||||
- Show information about logged-in users, sorted by their idle time:
|
||||
|
||||
`w -i`
|
||||
|
Loading…
Reference in New Issue
Block a user