mirror of https://github.com/CrimsonTome/tldr.git
cut: add link (#5576)
parent
51ed8c8760
commit
f311aa47f3
|
@ -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…
Reference in New Issue