mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
cut: add link (#5576)
This commit is contained in:
parent
51ed8c8760
commit
f311aa47f3
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Schneide Felder von stdin oder einer Datei aus.
|
||||
> Mehr Informationen: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Schneide die ersten 16 Zeichen jeder Zeile von stdin aus:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Taglia dividendo in campi stdin o file.
|
||||
> 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,6 +1,7 @@
|
|||
# cut
|
||||
|
||||
> stdin 혹은 파일에서 출력 필드를 자른다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- stdin의 각 라인에 첫번째 16개의 문자를 자르기:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# cut
|
||||
|
||||
> Cut out fields from stdin or files.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/cut-invocation.html>.
|
||||
|
||||
- Cut out the first sixteen characters of each line of stdin:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue