a*, g*, i*, osx[a*-i*]: add more information links (#6342)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# ftp
|
||||
|
||||
> Tools to interact with a server via File Transfer Protocol.
|
||||
> More information: <https://manned.org/ftp>.
|
||||
|
||||
- Connect to an FTP server:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# host
|
||||
|
||||
> Lookup Domain Name Server.
|
||||
> More information: <https://manned.org/host>.
|
||||
|
||||
- Lookup A, AAAA, and MX records of a domain:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# hr
|
||||
|
||||
> Print a horizontal rule in the terminal.
|
||||
> More information: <https://github.com/LuRsT/hr>.
|
||||
|
||||
- Print a horizontal rule:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# iconv
|
||||
|
||||
> Converts text from one encoding to another.
|
||||
> More information: <https://manned.org/iconv>.
|
||||
|
||||
- Convert file to a specific encoding, and print to stdout:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# id3tag
|
||||
|
||||
> Tool for reading, writing, and manipulating ID3v1 and ID3v2 tags of MP3 files.
|
||||
> More information: <https://manned.org/id3tag>.
|
||||
|
||||
- Set artist and title tag of an MP3 file:
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
> Simple shell conditional.
|
||||
> See also: `test`, `[`.
|
||||
> More information: <https://www.tcl.tk/man/tcl8.6.11/TclCmd/if.html>.
|
||||
|
||||
- Execute two different commands based on a condition:
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
> Capture some or all of an X server screen, and save the image to a file.
|
||||
> Part of the ImageMagick library.
|
||||
> More information: <https://imagemagick.org/script/import.php>.
|
||||
|
||||
- Capture the entire X server screen in the PostScript image format:
|
||||
|
||||
|
@@ -3,6 +3,7 @@
|
||||
> Get or set program I/O scheduling class and priority.
|
||||
> Scheduling classes: 1 (realtime), 2 (best-effort), 3 (idle).
|
||||
> Priority levels: 0 (the highest) - 7 (the lowest).
|
||||
> More information: <https://manned.org/ionice>.
|
||||
|
||||
- Set I/O scheduling class of a running process:
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
# ipcs
|
||||
|
||||
> Display information about resources used in IPC (Inter-process Communication).
|
||||
> More information: <https://manned.org/ipcs>.
|
||||
|
||||
- Specific information about the Message Queue which has the ID 32768:
|
||||
|
||||
|
Reference in New Issue
Block a user