I have 2 nix files. All of the data is on one single line in each file. Each value is separated by a null character. Some off the values in the data match.
How would I parse this data into a new file listing only the matching values ?
I figure I could use sed to change the null characters into newlines ? From there on I'm not real sure...
Any ideas ?
awkis an ideal tool for this situation. If you can share some sample data then it would be helpful. – Jaypal Singh Jan 4 at 7:42