common/x*: add more information link (#6664)

This commit is contained in:
syleung
2021-10-04 23:32:27 +11:00
committed by GitHub
parent 63c211a813
commit 99a72c556f
12 changed files with 12 additions and 0 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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":

View File

@@ -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):

View File

@@ -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":

View File

@@ -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: