http://www.perlmonks.org?node_id=1028939


in reply to a one-liner for this trivial problem?

grep can do this for you: grep -v -f small_file big_file

Replies are listed 'Best First'.
Re^2: a one-liner for this trivial problem?
by Anonymous Monk on Apr 16, 2013 at 14:56 UTC
    Oh yes! Great tip!