I'm trying to compare two files, on basis of the id column,
A.txt contains ID, NAME fields.
B.csv contains ID, NAME, PLACE, DATE,
I want find which month had most of the ID's from a.txt
I'm trying to do this in shell command.
I'm trying to compare two files, on basis of the id column,
A.txt contains ID, NAME fields.
B.csv contains ID, NAME, PLACE, DATE,
I want find which month had most of the ID's from a.txt
I'm trying to do this in shell command.