Mostly Linux & Python syntax notes and hyperlinks.

Wednesday, May 25, 2011

Linux: paste and diff -b

tidbits recently of use to me:
  • paste to put two files together by merging their columns, without the complications of join
  • diff -b to ignore blank lines etc, when comparing how my new code is different from the old code.

No comments:

Post a Comment