mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
cut: update documentation link (#15189)
This commit is contained in:
parent
542c045d9f
commit
f7ad51e6ec
8 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Schneide Felder von `stdin` oder einer Datei aus.
|
||||
> Weitere Informationen: <https://www.gnu.org/software/coreutils/cut>.
|
||||
> Weitere Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Schneide bestimmte Zeichen oder einen Bereich von Feldern jeder Zeile aus:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Corta campos de `stdin` o archivos.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/cut>.
|
||||
> Más información: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Imprime un rango específico de caracteres/campos de cada línea:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Taglia dividendo in campi `stdin` o file.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/cut>.
|
||||
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Estrai i primi 16 caratteri di ogni riga da `stdin`:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> `stdin` 혹은 파일에서 출력 필드를 자른다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/cut>.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- `stdin`의 각 라인에 첫번째 16개의 문자를 자르기:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Snij velden eruit vanuit `stdin` of bestanden.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/cut>.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Toon een specifiek karakter/veldbereik voor iedere regel:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Recorta campos do `stdin` ou de arquivos.
|
||||
> Mais informações: <https://www.gnu.org/software/coreutils/cut>.
|
||||
> Mais informações: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Imprime um intervalo específico de caracteres/campos de cada linha:
|
||||
|
||||
|
|
|
@ -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` далее обозначается как `диапазон`):
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Cut out fields from `stdin` or files.
|
||||
> More information: <https://www.gnu.org/software/coreutils/cut>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Print a specific [c]haracter/[f]ield range of each line:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue