cut: update documentation link (#15189)

This commit is contained in:
Nelson Figueroa
2024-12-18 02:03:22 -08:00
committed by GitHub
parent 542c045d9f
commit f7ad51e6ec
8 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# cut
> Вырезать поля из стандартного ввода или файлов.
> Больше информации: <https://www.gnu.org/software/coreutils/cut>.
> Больше информации: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
- Вывести указанный диапазон символов/полей каждой строки (`--characters|fields 1|1,10|1-10|1-|-10` далее обозначается как `диапазон`):