There are lines:
vmwVmMAC.43 0:50:56:96:5b:63 vmwVmMAC.44 0:50:56:96:4d:20 vmwVmMAC.45 0:50:56:b7:1b:32 vmwVmMAC.45 0:50:56:b7:2b:4b
How to convert them to this form by combining the second fields when the first fields match:
vmwVmMAC.43 0:50:56:96:5b:63 vmwVmMAC.44 0:50:56:96:4d:20 vmwVmMAC.45 0:50:56:b7:1b:32 , 0:50:56:b7:2b:4b
A tool is required that can pass source lines through a pipe:
$ cat file | merge --by -f1 -d'\t'
pipe
someone called a pipe in this context. - αλεχολυτ