mirror of https://github.com/CrimsonTome/tldr.git
head, fold: update links (#10458)
* head, fold: update links --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>pull/23/head
parent
ac3d26fbe7
commit
a0f7d6a420
|
@ -1,7 +1,7 @@
|
||||||
# fold
|
# fold
|
||||||
|
|
||||||
> Wraps each line in an input file to fit a specified width and prints it to the standard output.
|
> 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):
|
- Wrap each line to default width (80 characters):
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# head
|
# head
|
||||||
|
|
||||||
> Output the first part of files.
|
> 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:
|
- Output the first few lines of a file:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Fold
|
# fold
|
||||||
|
|
||||||
> Folds long lines for fixed-width output devices.
|
> 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:
|
- Fold lines in a fixed width:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue