head, fold: update links (#10458)

* head, fold: update links

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
4G3NT 2023-07-09 00:18:17 -07:00 committed by GitHub
parent ac3d26fbe7
commit a0f7d6a420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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: <https://www.gnu.org/software/coreutils/fold>.
> More information: <https://manned.org/fold.1p>.
- Wrap each line to default width (80 characters):

View File

@ -1,7 +1,7 @@
# head
> Output the first part of files.
> More information: <https://www.gnu.org/software/coreutils/head>.
> More information: <https://manned.org/head.1p>.
- Output the first few lines of a file:

View File

@ -1,7 +1,7 @@
# Fold
# fold
> Folds long lines for fixed-width output devices.
> More information: <https://manned.org/fold>.
> More information: <https://gnu.org/software/coreutils/fold>.
- Fold lines in a fixed width: