Git list all file change between 2 commit. git diff --name-only SHA1 SHA2 http://stackoverflow.com/questions/1552340/how-to-list-the-file-names-only-that-changed-between-two-commits Svn list all change between 2 revision svn diff -r REVNO:HEAD --summarize history Bash diff folder (only list file) diff --brief -r source_dir/ dest_dir/ svn merge rabc:rdef branch to . bash find modified by time (update link here) gitk - tool GUI for find all change history of a file /folder (easy browse like sourceTree in Windows/OSX) Bash recursive list file change by time. http://serverfault.com/questions/61822/how-do-i-merge-two-svn-branches http://unix.stackexchange.com/questions/146282/rsync-to-copy-files-which-has-changed ou can use the -n option (or --dry-run) to check your command. It will show what it would do without actually copying any files. Therefore: rsync -uan /var/lib/mysql/mysql-bin.* /dbdata/binarylog/ and once you're happy that the files are listed co...
Some tribes of the programmer clan.