common/x*: add more information link (#6664)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user