Remove duplicate files from 2 files
i have 2 text files as a.txt and b.txt containing single column data. I want to remove the identical data from both the files using bash script.
i have 2 text files as a.txt and b.txt containing single column data. I want to remove the identical data from both the files using bash script.