I have 8 files of one column and non uniform number of rows in each column. I need to identify the elements which are common in all of these 8 files.
I can do this task for comparing two files, but I am unable to write workable one liner in shell to do the same.
Any ideas.....
Thank you in advance.
File 1 
Paul 
pawan 
File 2 
Raman 
Paul
sweet 
barua
File 3
Sweet
barua
Paul
The answer of the comparison of these three files should be Paul.
 
     
     
     
     
     
    