mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
common/x*: add more information link (#6664)
This commit is contained in:
parent
63c211a813
commit
99a72c556f
12 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Cierra de manera forzosa una ventana interactivamente en una sesión gráfica.
|
||||
> Véase también `kill` y `killall`.
|
||||
> Más información: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
||||
|
||||
- Muestra un cursor para cerrar forzosamente una ventana presionando con el botón izquierdo (presiona cualquier otro botón del ratón para cancelar):
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Termina una finestra interattivamente attraverso la sessione grafica.
|
||||
> Vedi anche `kill` e `killall`
|
||||
> Maggiori informazioni: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
||||
|
||||
- Mostra un cursore per terminate una finestra cliccandoci sopra con il tasto sinistro del mouse (premendo qualsiasi altro tasto si cancella l'azione):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# xxd
|
||||
|
||||
> Mostra la rappresentazione esadecimale (hexdump) di un file binario e viceversa.
|
||||
> Maggiori informazioni: <https://manned.org/xxd>.
|
||||
|
||||
- Creare l'hexdump di un file binario e mostrare l'output:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Zabija okno z sesji graficznej.
|
||||
> Zobacz też `kill` i `killall`.
|
||||
> Więcej informacji: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
||||
|
||||
- Wyświetla kursor pozwalający na wybranie okna do zabicia przy pomocy lewego przycisku myszy (pozostałe przyciski anulują):
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Termina o cliente associado a um elemento gráfico.
|
||||
> Utilizado para forçar a terminação de processos que não respondem ou não apresentam botão "fechar".
|
||||
> Mais informações: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
||||
|
||||
- Ativar um cursor para fechar uma janela com o clique do botão esquerdo do mouse (pressionar qualquer outro botão para cancelar):
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Termina o cliente associado a um elemento gráfico.
|
||||
> Utilizado para forçar a terminação de processos que não respondem ou não apresentam botão "fechar".
|
||||
> Mais informações: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
||||
|
||||
- Ativar um cursor para fechar uma janela com o clique do botão esquerdo do rato (pressionar qualquer outro botão para cancelar):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# xar
|
||||
|
||||
> Manage .xar archives.
|
||||
> More information: <https://manned.org/xar>.
|
||||
|
||||
- Create a xar archive of all files in a given directory:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Execute a command with piped arguments coming from another command, a file, etc.
|
||||
> The input is treated as a single block of text and split into separate pieces on spaces, tabs, newlines and end-of-file.
|
||||
> More information: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/xargs.html>.
|
||||
|
||||
- Run a command using the input data as arguments:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Xephyr
|
||||
|
||||
> A nested X server that runs as an X application.
|
||||
> More information: <https://manned.org/xserver-xephyr>.
|
||||
|
||||
- Create a black window with display ID ":2":
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Kill a window interactively in a graphical session.
|
||||
> See also `kill` and `killall`.
|
||||
> More information: <https://www.x.org/releases/current/doc/man/man1/xkill.1.xhtml>.
|
||||
|
||||
- Display a cursor to kill a window when pressing the left mouse button (press any other mouse button to cancel):
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# xmllint
|
||||
|
||||
> XML parser and linter that supports XPath, a syntax for navigating XML trees.
|
||||
> More information: <https://manned.org/xmllint>.
|
||||
|
||||
- Return all nodes (tags) named "foo":
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# xxd
|
||||
|
||||
> Create a hexadecimal representation (hexdump) from a binary file, or vice-versa.
|
||||
> More information: <https://manned.org/xxd>.
|
||||
|
||||
- Generate a hexdump from a binary file and display the output:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue