mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
comm: add link (#5574)
This commit is contained in:
parent
f353e69f08
commit
d2f1b60f45
3 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# comm
|
# comm
|
||||||
|
|
||||||
> Seleziona o ignora linee comuni a due file. Entrambi i file devono essere ordinati.
|
> Seleziona o ignora linee comuni a due file. Entrambi i file devono essere ordinati.
|
||||||
|
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||||
|
|
||||||
- Produci tre colonne separate da tab: linee solo nel primo file, linee solo nel secondo file, e linee comuni ad entrambi:
|
- Produci tre colonne separate da tab: linee solo nel primo file, linee solo nel secondo file, e linee comuni ad entrambi:
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> 두 파일의 공통되는 줄을 선택하거나 거절합니다.
|
> 두 파일의 공통되는 줄을 선택하거나 거절합니다.
|
||||||
> 두 파일 모두 정렬되어 있어야합니다.
|
> 두 파일 모두 정렬되어 있어야합니다.
|
||||||
|
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||||
|
|
||||||
- 세 개의 탭으로 구분된 열을 생성합니다: 첫 번째 파일에는 줄만, 두 번째 파일에서는 줄들과 공통 줄:
|
- 세 개의 탭으로 구분된 열을 생성합니다: 첫 번째 파일에는 줄만, 두 번째 파일에서는 줄들과 공통 줄:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# comm
|
# comm
|
||||||
|
|
||||||
> Select or reject lines common to two files. Both files must be sorted.
|
> Select or reject lines common to two files. Both files must be sorted.
|
||||||
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||||
|
|
||||||
- Produce three tab-separated columns: lines only in first file, lines only in second file and common lines:
|
- Produce three tab-separated columns: lines only in first file, lines only in second file and common lines:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue