From 80ddce96fed97c21dca5e218147f3b15a30d701c Mon Sep 17 00:00:00 2001 From: git-em <56173216+git-em@users.noreply.github.com> Date: Tue, 1 Mar 2022 00:52:41 -0300 Subject: [PATCH] set, view, wait, write: add link (#7828) --- pages/common/set.md | 1 + pages/common/view.md | 1 + pages/common/wait.md | 1 + pages/common/write.md | 1 + 4 files changed, 4 insertions(+) diff --git a/pages/common/set.md b/pages/common/set.md index 8d76f95bb4..1989a9532d 100644 --- a/pages/common/set.md +++ b/pages/common/set.md @@ -1,6 +1,7 @@ # set > Display, set or unset values of shell attributes and positional parameters. +> More information: . - Display the names and values of shell variables: diff --git a/pages/common/view.md b/pages/common/view.md index c3e8463007..efc2c1e137 100644 --- a/pages/common/view.md +++ b/pages/common/view.md @@ -2,6 +2,7 @@ > A read-only version of `vim`. > This is equivalent to `vim -R`. +> More information: . - Open a file: diff --git a/pages/common/wait.md b/pages/common/wait.md index 672f2d528e..3a93b082e1 100644 --- a/pages/common/wait.md +++ b/pages/common/wait.md @@ -1,6 +1,7 @@ # wait > Wait for a process to complete before proceeding. +> More information: . - Wait for a process to finish given its process ID (PID) and return its exit status: diff --git a/pages/common/write.md b/pages/common/write.md index f6a5a8ba7e..6a7315d24f 100644 --- a/pages/common/write.md +++ b/pages/common/write.md @@ -2,6 +2,7 @@ > 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`. +> More information: . - Send a message to a given user on a given terminal id: