mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
task, telnet, tldrl, tput, traceroute, transcode, type: add link (#7038)
This commit is contained in:
parent
e9045f60a5
commit
81dc4a1e80
7 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# task
|
# task
|
||||||
|
|
||||||
> TODO list manager.
|
> TODO list manager.
|
||||||
|
> More information: <https://manned.org/task>.
|
||||||
|
|
||||||
- Add new task:
|
- Add new task:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# telnet
|
# telnet
|
||||||
|
|
||||||
> Connect to a specified port of a host using the telnet protocol.
|
> Connect to a specified port of a host using the telnet protocol.
|
||||||
|
> More information: <https://manned.org/telnet>.
|
||||||
|
|
||||||
- Telnet to the default port of a host:
|
- Telnet to the default port of a host:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# tldrl
|
# tldrl
|
||||||
|
|
||||||
> This command is an alias of `tldr-lint`.
|
> This command is an alias of `tldr-lint`.
|
||||||
|
> More information: <https://github.com/tldr-pages/tldr-lint>.
|
||||||
|
|
||||||
- View documentation for the original command:
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# tput
|
# tput
|
||||||
|
|
||||||
> View and modify terminal settings and capabilities.
|
> View and modify terminal settings and capabilities.
|
||||||
|
> More information: <https://manned.org/tput>.
|
||||||
|
|
||||||
- Move the cursor to a screen location:
|
- Move the cursor to a screen location:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# traceroute
|
# traceroute
|
||||||
|
|
||||||
> Print the route packets trace to network host.
|
> Print the route packets trace to network host.
|
||||||
|
> More information: <https://manned.org/traceroute>.
|
||||||
|
|
||||||
- Traceroute to a host:
|
- Traceroute to a host:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# transcode
|
# transcode
|
||||||
|
|
||||||
> Transcode video and audio codecs, and convert between media formats.
|
> Transcode video and audio codecs, and convert between media formats.
|
||||||
|
> More information: <https://manned.org/transcode>.
|
||||||
|
|
||||||
- Create stabilisation file to be able to remove camera shakes:
|
- Create stabilisation file to be able to remove camera shakes:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# type
|
# type
|
||||||
|
|
||||||
> Display the type of command the shell will execute.
|
> Display the type of command the shell will execute.
|
||||||
|
> More information: <https://manned.org/type>.
|
||||||
|
|
||||||
- Display the type of a command:
|
- Display the type of a command:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue