Subtract file2 from file1


/ Published in: Bash
Save to your folder(s)

Using a sorted list remove all the lines in file2 from file1


Copy this code and paste it in your HTML
  1. comm -23 file1 file2 > file3

Report this snippet


Comments


You need to login to view comments.