My sysadmin toolbox (Linux.com)
[Posted February 3, 2006 by ris]
Linux.com
hears from
another sysadmin who lists vim, man, mc, ssh, screen, rsync and other
favorite tools. "
If you need to find differences between two files,
you will want to use diff. Running diff -u file1 file2 will show you where
they differ. It can also be useful for scripting, if you want to send from
a remote system just the changes between certain files. To do this, you can
create a cron job and pipe out differences to your email."
(
Log in to post comments)