From 977d4212d52c031de053f549d819b8b0e18ce184 Mon Sep 17 00:00:00 2001 From: Juri Date: Sun, 17 Oct 2021 06:23:56 +0200 Subject: [PATCH] meshlabserver, nkf, obs, pax, pdfimages, pinky, pssh, s, sd, sendmail, sftp: add link (#6971) --- pages/common/meshlabserver.md | 1 + pages/common/nkf.md | 1 + pages/common/obs.md | 1 + pages/common/pax.md | 1 + pages/common/pdfimages.md | 1 + pages/common/pinky.md | 1 + pages/common/pssh.md | 1 + pages/common/s.md | 3 ++- pages/common/sd.md | 1 + pages/common/sendmail.md | 1 + pages/common/sftp.md | 1 + 11 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pages/common/meshlabserver.md b/pages/common/meshlabserver.md index e67b09d631..196ee3f904 100644 --- a/pages/common/meshlabserver.md +++ b/pages/common/meshlabserver.md @@ -1,6 +1,7 @@ # meshlabserver > Command-line interface for the MeshLab 3D mesh processing software. +> More information: . - Convert an STL file to an OBJ file: diff --git a/pages/common/nkf.md b/pages/common/nkf.md index b8b8f3ba77..d48a60b9a0 100644 --- a/pages/common/nkf.md +++ b/pages/common/nkf.md @@ -2,6 +2,7 @@ > Network kanji filter. > Converts kanji code from one encoding to another. +> More information: . - Convert to UTF-8 encoding: diff --git a/pages/common/obs.md b/pages/common/obs.md index 429ab5994e..5eabcdd01a 100644 --- a/pages/common/obs.md +++ b/pages/common/obs.md @@ -2,6 +2,7 @@ > Open Broadcaster Software. > Video recording and livestreaming program. +> More information: . - Launch OBS: diff --git a/pages/common/pax.md b/pages/common/pax.md index 6a0c7e612c..ba8012beb8 100644 --- a/pages/common/pax.md +++ b/pages/common/pax.md @@ -1,6 +1,7 @@ # pax > Archiving and copying utility. +> More information: . - List the contents of an archive: diff --git a/pages/common/pdfimages.md b/pages/common/pdfimages.md index c23d325e26..1ee396a309 100644 --- a/pages/common/pdfimages.md +++ b/pages/common/pdfimages.md @@ -1,6 +1,7 @@ # pdfimages > Utility for extracting images from PDFs. +> More information: . - Extract all images from a PDF file and save them as PNGs: diff --git a/pages/common/pinky.md b/pages/common/pinky.md index 6e047f2e3b..cc7876b743 100644 --- a/pages/common/pinky.md +++ b/pages/common/pinky.md @@ -1,6 +1,7 @@ # pinky > Print user information using the `finger` protocol. +> More information: . - Display details about the current user: diff --git a/pages/common/pssh.md b/pages/common/pssh.md index 76c08313a2..8f21aa6619 100644 --- a/pages/common/pssh.md +++ b/pages/common/pssh.md @@ -1,6 +1,7 @@ # pssh > Parallel SSH program. +> More information: . - Run a command on two hosts, and print its output on each server inline: diff --git a/pages/common/s.md b/pages/common/s.md index 3dec967946..c27f43b975 100644 --- a/pages/common/s.md +++ b/pages/common/s.md @@ -1,8 +1,9 @@ # s > Web search from the terminal. +> More information: . -- Search for a query on Google(default provider): +- Search for a query on Google (default provider): `s {{query}}` diff --git a/pages/common/sd.md b/pages/common/sd.md index 01198d1d96..4a2ab87c6b 100644 --- a/pages/common/sd.md +++ b/pages/common/sd.md @@ -1,6 +1,7 @@ # sd > Intuitive find & replace CLI. +> More information: . - Trim some whitespace using a regular expression: diff --git a/pages/common/sendmail.md b/pages/common/sendmail.md index 8c5b468e06..acc8ffd7aa 100644 --- a/pages/common/sendmail.md +++ b/pages/common/sendmail.md @@ -1,6 +1,7 @@ # sendmail > Send email from the command-line. +> More information: . - Send a message with the content of `message.txt` to the mail directory of local user `username`: diff --git a/pages/common/sftp.md b/pages/common/sftp.md index e3a94f39a9..2b31c6b0f7 100644 --- a/pages/common/sftp.md +++ b/pages/common/sftp.md @@ -3,6 +3,7 @@ > Secure File Transfer Program. > Interactive program to copy files between hosts over SSH. > For non-interactive file transfers, see `scp` or `rsync`. +> More information: . - Connect to a remote server and enter an interactive command mode: