I would first generate the two files to compare with the header removed using the cut command like this :
cut -f 3- -d "" file_to_compare > cut_file
And then use the diff command.
I would first generate the two files to compare with the header removed using the cut command like this :
cut -f 3- -d "" file_to_compare > cut_file
And then use the diff command.