From a0f7d6a420f7e2c61de4c11e16b4b25115a77aee Mon Sep 17 00:00:00 2001 From: 4G3NT <76431337+4G3NT@users.noreply.github.com> Date: Sun, 9 Jul 2023 00:18:17 -0700 Subject: [PATCH] head, fold: update links (#10458) * head, fold: update links --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/fold.md | 2 +- pages/common/head.md | 2 +- pages/linux/fold.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/fold.md b/pages/common/fold.md index 0fde28ba1..1539d8a1d 100644 --- a/pages/common/fold.md +++ b/pages/common/fold.md @@ -1,7 +1,7 @@ # fold > Wraps each line in an input file to fit a specified width and prints it to the standard output. -> More information: . +> More information: . - Wrap each line to default width (80 characters): diff --git a/pages/common/head.md b/pages/common/head.md index 54a5e45a4..0ecfe271e 100644 --- a/pages/common/head.md +++ b/pages/common/head.md @@ -1,7 +1,7 @@ # head > Output the first part of files. -> More information: . +> More information: . - Output the first few lines of a file: diff --git a/pages/linux/fold.md b/pages/linux/fold.md index d5d405d77..60cb1de7b 100644 --- a/pages/linux/fold.md +++ b/pages/linux/fold.md @@ -1,7 +1,7 @@ -# Fold +# fold > Folds long lines for fixed-width output devices. -> More information: . +> More information: . - Fold lines in a fixed width: