Skip to main content
Question Protected by CommunityBot

Is there a tool to subtractget the lines in one file fromthat are not in another?

edited title
Link
Michael Mrozek
  • 95.8k
  • 40
  • 245
  • 236

Is there a tool to do the "file content" substractsubtract one file from another?

Tweeted twitter.com/#!/StackUnix/status/153889769389170688
deleted 14 characters in body
Source Link
Mat
  • 54.9k
  • 11
  • 164
  • 143

Is there any tool , that can get lines which file A contains  , but file B doesn't  ? I could mademake a little simple script with  , e.g, perl  , but if there'ssomething like that already sth. present exists, i'llI'll save my time from now on.

Thanks.

Is there any tool , that can get lines which file A contains  , but file B doesn't  ? I could made a little simple script with  , e.g perl  , but if there's already sth. present , i'll save my time from now on.

Thanks.

Is there any tool that can get lines which file A contains, but file B doesn't? I could make a little simple script with, e.g, perl, but if something like that already exists, I'll save my time from now on.

Source Link
daisy
  • 55.9k
  • 80
  • 253
  • 403
Loading