bash upráva textu, spočítanie riadkov, grep IP, zoradenie IP, uniq
Odstranenie ridkov z textoveho suboru. Zmazanie prvych 51 riadkov zo suboru: Vybratie zo suboru iba IP adresy: Zoradenie Ip adresy podla postupnosti: -t . : Set field to . (dot) as our IPs separated by dot symbol -n : Makes the program sort according to numerical value -k opts: Sort data / fields using the given column number. For example, the option -k 2 made the program sort using the second column of data. The…