Skip to content

Instantly share code, notes, and snippets.

@charles-dyfis-net
Forked from pge/gist:1046077
Created June 25, 2011 03:08
Show Gist options
  • Save charles-dyfis-net/1046082 to your computer and use it in GitHub Desktop.
Save charles-dyfis-net/1046082 to your computer and use it in GitHub Desktop.
#!/bin/bash
while read -r diff
do
echo "$diff"
done < <(comm -12 <(sort db) <(sort dbnew)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment