How to See What Has Changed Between Two Versions of an Executable
From Unofficial BOINC Wiki
Revision as of 03:52, 30 July 2005 by Paul D. Buck (Talk | contribs)
I don't know if people are aware of it. If not, here is a simple trick to see 'what has changed' between two versions of an executable:
ident first_executable_version second_executable_version | sort | uniq -u
For example:
ident db_purge /root/ballen/boinc/sched/db_purge | sort | uniq -u
$Id: version_diff.txt,v 1.2 2005/01/18 23:35:50 davea Exp $
$Id: version_diff.txt,v 1.2 2005/01/18 23:35:50 davea Exp $
I find this very helpful in reviewing what has been modifed in the various BOINC daemons, when updating versions.
[edit] UCB Source
[edit] Copyright ©
- 2005 University of California
- 2005 Paul D. Buck
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
RSS Feeds

