mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:22:07 +02:00
set, view, wait, write: add link (#7828)
This commit is contained in:
parent
a6f57760c2
commit
80ddce96fe
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# set
|
# set
|
||||||
|
|
||||||
> Display, set or unset values of shell attributes and positional parameters.
|
> Display, set or unset values of shell attributes and positional parameters.
|
||||||
|
> More information: <https://manned.org/set>.
|
||||||
|
|
||||||
- Display the names and values of shell variables:
|
- Display the names and values of shell variables:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> A read-only version of `vim`.
|
> A read-only version of `vim`.
|
||||||
> This is equivalent to `vim -R`.
|
> This is equivalent to `vim -R`.
|
||||||
|
> More information: <https://www.vim.org>.
|
||||||
|
|
||||||
- Open a file:
|
- Open a file:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# wait
|
# wait
|
||||||
|
|
||||||
> Wait for a process to complete before proceeding.
|
> Wait for a process to complete before proceeding.
|
||||||
|
> More information: <https://manned.org/wait>.
|
||||||
|
|
||||||
- Wait for a process to finish given its process ID (PID) and return its exit status:
|
- Wait for a process to finish given its process ID (PID) and return its exit status:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> Write a message on the terminal of a specified logged in user (ctrl-C to stop writing messages).
|
> Write a message on the terminal of a specified logged in user (ctrl-C to stop writing messages).
|
||||||
> Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`.
|
> Use the `who` command to find out all terminal_ids of all active users active on the system. See also `mesg`.
|
||||||
|
> More information: <https://manned.org/write>.
|
||||||
|
|
||||||
- Send a message to a given user on a given terminal id:
|
- Send a message to a given user on a given terminal id:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue