.com Solutions has released FmPro Script Diff, a utility that compares, edits, searches and stores scripts made using FileMaker’s ScriptMaker. FmPro Script Diff costs $100. The software displays ...
I have the following bash script which tests 2 jpgs and displays a message if they are different.<br><br> diff -a --brief fullsize.jpg fullsize.jpg.bak<br> echo "diff=$?"<br> if [ $? -eq 1 ]; then<br> ...