How to Sort ip addresses and merge two files in efficent manner using perl or *nix commands?
- by berkay
(*) This problem should be done in perl or any *nix commands.
i'm working on a program and efficiency matters.The file1 consists ip addresses and some other data:
index ipsrc portsrc ip dest port src
8 128.3.45.10 2122 169.182.111.161 80 (same ip src and dst)
9 128.3.45.10 2123 169.182.111.161 22 (same ip src and dst)
10 128.3.45.10…