From 3ac60f1062ba714b493cee9c4e413901867c9f93 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Sun, 11 Jul 2021 18:17:29 +0100 Subject: [PATCH] linux/u*: add links (#6190) --- pages/linux/ul.md | 1 + pages/linux/unix2dos.md | 1 + pages/linux/unix2mac.md | 1 + pages/linux/unset.md | 1 + pages/linux/update-alternatives.md | 1 + pages/linux/update-rc.d.md | 1 + pages/linux/updatedb.md | 1 + 7 files changed, 7 insertions(+) diff --git a/pages/linux/ul.md b/pages/linux/ul.md index 58e29bea0..2ce14d1ab 100644 --- a/pages/linux/ul.md +++ b/pages/linux/ul.md @@ -2,6 +2,7 @@ > Performs the underlining of a text. > Each character in a given string must be underlined separately. +> More information: . - Display the contents of the file with underlines where applicable: diff --git a/pages/linux/unix2dos.md b/pages/linux/unix2dos.md index 57ebfd955..1f942e6bf 100644 --- a/pages/linux/unix2dos.md +++ b/pages/linux/unix2dos.md @@ -2,6 +2,7 @@ > Change Unix-style line endings to DOS-style. > Replaces CR with CRLF. +> More information: . - Change the line endings of a file: diff --git a/pages/linux/unix2mac.md b/pages/linux/unix2mac.md index 84c396ec9..13938ffe0 100644 --- a/pages/linux/unix2mac.md +++ b/pages/linux/unix2mac.md @@ -2,6 +2,7 @@ > Change Unix-style line endings to macOS-style. > Replaces CR with LF. +> More information: . - Change the line endings of a file: diff --git a/pages/linux/unset.md b/pages/linux/unset.md index 90d0d2c2e..7976b463b 100644 --- a/pages/linux/unset.md +++ b/pages/linux/unset.md @@ -1,6 +1,7 @@ # unset > Remove shell variables or functions. +> More information: . - Remove the variable `foo`, or if the variable doesn't exist, remove the function `foo`: diff --git a/pages/linux/update-alternatives.md b/pages/linux/update-alternatives.md index 5265a3158..7b7a801e0 100644 --- a/pages/linux/update-alternatives.md +++ b/pages/linux/update-alternatives.md @@ -1,6 +1,7 @@ # update-alternatives > A convenient tool for maintaining symbolic links to determine default commands. +> More information: . - Add a symbolic link: diff --git a/pages/linux/update-rc.d.md b/pages/linux/update-rc.d.md index bf440639f..63f7add99 100644 --- a/pages/linux/update-rc.d.md +++ b/pages/linux/update-rc.d.md @@ -2,6 +2,7 @@ > Install and remove services which are System-V style init script links. > Init scripts are in the `/etc/init.d/`. +> More information: . - Install a service: diff --git a/pages/linux/updatedb.md b/pages/linux/updatedb.md index 644828151..df7725afc 100644 --- a/pages/linux/updatedb.md +++ b/pages/linux/updatedb.md @@ -2,6 +2,7 @@ > Create or update the database used by `locate`. > It is usually run daily by cron. +> More information: . - Refresh database content: