1
0
Fork 0
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:
git-em 2022-03-01 00:52:41 -03:00 committed by GitHub
parent a6f57760c2
commit 80ddce96fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

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

View file

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

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

View file

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