CONTENT
  • CHANGES
Szukaj
counter

#top comm


comm - compare two sorted files line by line

Powiązane:
comm, diff, patch,

SYNOPSIS
comm [OPTION]... FILE1 FILE2


DESCRIPTION



OPTIONS
-1
suppress lines unique to FILE1

-2
suppress lines unique to FILE2

-3
suppress lines that appear in both files

--help
display this help and exit

--version
output version information and exit



EXAMPLES
comm -23 <(sort file1) <(sort file2)
# do not use spaces: bad syntax: bash: syntax error near unexpected token '('
comm -23 < (sort file1) < (sort file2)




Zmodyfikowany ostatnio: 2014/06/23 23:40:40 (9 lat temu), textsize: 1,16 kB, htmlsize: 1,72 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników