Some neat diff tricks in bash
If you like me you have development servers, life servers, backup directories and git – this requires to compare files at times, using diff – this post has some applications of diff I use. Normally you would run diff like so diff some_file_1 some_file_2 which would have output like 1d0 < this line was deleted […]
Some neat diff tricks in bash Read More »