2 text files where:
file1 has a record length of 23
file2 has a record length of 33
I want to compare the 2 files so that records in file1 exist in file2. Essentially I want to compare the files utilizing only the first 23 bytes of the records in each file. Is this possible via a UNIX script?
file1 has a record length of 23
file2 has a record length of 33
I want to compare the 2 files so that records in file1 exist in file2. Essentially I want to compare the files utilizing only the first 23 bytes of the records in each file. Is this possible via a UNIX script?