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

beep
Sadeed 2021-10-13 11:22:50 +05:00 committed by GitHub
parent b47a14a8c4
commit 6583ef2421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 0 deletions

View File

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

View File

@ -1,6 +1,7 @@
# read
> BASH builtin for retrieving data from standard input.
> More information: <https://manned.org/read.1p>.
- 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.
> 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:

View File

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

View File

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

View File

@ -1,6 +1,7 @@
# route
> Use route cmd to set the route table.
> More information: <https://manned.org/route>.
- 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).
> Can transfer single files, or multiple files matching a pattern.
> More information: <https://manned.org/rsync>.
- Transfer file from local to remote host: