mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 05:55:28 +02:00
head, fold: update links (#10458)
* head, fold: update links --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
ac3d26fbe7
commit
a0f7d6a420
3 changed files with 4 additions and 4 deletions
|
@ -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):
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue