I get an csv file every day and would like to compare with the file from the day before. New lines are added, several changes are made in existing lines and some lines are removed.
I could handle all changes of the file except the losing lines. How could i get the missing lines using a shell script in a cron job?
I would like to put the missing Lines in a third csv file to handle them seperatly.