I have a number of files, I want to check that all those files have the same content.
What command line could I use to check that?
Usage could be something like:
$ diffseveral file1 file2 file3 file4
Result:
All files equals
OR
Files are not all equals