comm: update documentation link (#15143)
This commit is contained in:
@@ -1,7 +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/comm>.
|
||||
> 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:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 두 파일의 공통되는 줄을 선택하거나 거절합니다.
|
||||
> 두 파일 모두 정렬되어 있어야합니다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/comm>.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||
|
||||
- 세 개의 탭으로 구분된 열을 생성합니다: 첫 번째 파일에는 줄만, 두 번째 파일에서는 줄들과 공통 줄:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# comm
|
||||
|
||||
> Toon overeenkomstige regels tussen twee bestanden. Beide bestanden dienen gesorteerd te zijn.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/comm>.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||
|
||||
- Produceer drie tab-gescheiden kolommen: regels die alleen voorkomen in het eerste bestand, regels die alleen voorkomen in het tweede bestand en overeenkomstige regels tussen beide bestanden:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# comm
|
||||
|
||||
> Select or reject lines common to two files. Both files must be sorted.
|
||||
> More information: <https://www.gnu.org/software/coreutils/comm>.
|
||||
> 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:
|
||||
|
||||
|
Reference in New Issue
Block a user