To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Revision:

root / diff_position.sh

History | View | Annotate | Download (94 Bytes)

1 0:4182672fd6f8 Chris
#!/bin/bash
2
3
cmp -l  <(echo "$1" ) <(echo "$2") 2> /dev/null | head -n1 | awk '{ print $1 }'