rar, read, renice, rev, roll, route, rsync: add link (#6929)

This commit is contained in:
Sadeed
2021-10-13 11:22:50 +05:00
committed by GitHub
parent b47a14a8c4
commit 6583ef2421
7 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# rar # rar
> The RAR archiver. Supports multi-volume archives that can be optionally self-extracting. > The RAR archiver. Supports multi-volume archives that can be optionally self-extracting.
> More information: <https://manned.org/rar>.
- Archive 1 or more files: - Archive 1 or more files:

View File

@@ -1,6 +1,7 @@
# read # read
> BASH builtin for retrieving data from standard input. > BASH builtin for retrieving data from standard input.
> More information: <https://manned.org/read.1p>.
- Store data that you type from the keyboard: - Store data that you type from the keyboard:

View File

@@ -2,6 +2,7 @@
> Alters the scheduling priority/nicenesses of one or more running processes. > Alters the scheduling priority/nicenesses of one or more running processes.
> Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process). > Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process).
> More information: <https://manned.org/renice>.
- Change priority of a running process: - Change priority of a running process:

View File

@@ -1,6 +1,7 @@
# rev # rev
> Reverse a line of text. > Reverse a line of text.
> More information: <https://manned.org/rev>.
- Reverse the text string "hello": - Reverse the text string "hello":

View File

@@ -1,6 +1,7 @@
# roll # roll
> Rolls a user-defined dice sequence. > Rolls a user-defined dice sequence.
> More information: <https://manned.org/roll>.
- Roll 3 6-sided dice and sums the results: - Roll 3 6-sided dice and sums the results:

View File

@@ -1,6 +1,7 @@
# route # route
> Use route cmd to set the route table. > Use route cmd to set the route table.
> More information: <https://manned.org/route>.
- Display the information of route table: - Display the information of route table:

View File

@@ -2,6 +2,7 @@
> Transfer files either to or from a remote host (not between two remote hosts). > Transfer files either to or from a remote host (not between two remote hosts).
> Can transfer single files, or multiple files matching a pattern. > Can transfer single files, or multiple files matching a pattern.
> More information: <https://manned.org/rsync>.
- Transfer file from local to remote host: - Transfer file from local to remote host: