Mercurial > hg > mauch-mirex-2010
view diff_position.sh @ 9:4ea6619cb3f5 tip
removed log files
author | matthiasm |
---|---|
date | Fri, 11 Apr 2014 15:55:11 +0100 |
parents | 4182672fd6f8 |
children |
line wrap: on
line source
#!/bin/bash cmp -l <(echo "$1" ) <(echo "$2") 2> /dev/null | head -n1 | awk '{ print $1 }'