I have 29 text files as follows
File 1
12313 : 23546
12313
23214
32465
File 2
13132 : 23546
12323
32125
32125
32121
.
.
.
I would like to have python script which computes intersection between these files
ideal result as follow
12313 : 23546
13132 : 23546