Hacker News new | ask | show | jobs
by Noumenon72 1285 days ago
I love this tip for all kinds of diffing. I'm so sure I'm going to use it that I already assigned it an alias to strip numbers from whatever's on my Mac clipboard:

    alias numberless="pbpaste | sed 's/[0-9]//g' | pbcopy"