a*, g*, i*, osx[a*-i*]: add more information links (#6342)

This commit is contained in:
Kyle
2021-08-23 22:33:24 +03:00
committed by GitHub
parent ff74227350
commit 0590a21917
80 changed files with 80 additions and 0 deletions

View File

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

View File

@@ -1,6 +1,7 @@
# host
> Lookup Domain Name Server.
> More information: <https://manned.org/host>.
- Lookup A, AAAA, and MX records of a domain:

View File

@@ -1,6 +1,7 @@
# hr
> Print a horizontal rule in the terminal.
> More information: <https://github.com/LuRsT/hr>.
- Print a horizontal rule:

View File

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

View File

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

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

View File

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

View File

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

View File

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