1
0
Fork 0
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:
marchersimon 2021-03-30 13:45:00 +02:00 committed by GitHub
parent f353e69f08
commit d2f1b60f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# comm
> 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:

View file

@ -2,6 +2,7 @@
> 두 파일의 공통되는 줄을 선택하거나 거절합니다.
> 두 파일 모두 정렬되어 있어야합니다.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
- 세 개의 탭으로 구분된 열을 생성합니다: 첫 번째 파일에는 줄만, 두 번째 파일에서는 줄들과 공통 줄:

View file

@ -1,6 +1,7 @@
# comm
> 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: