This is the command movie-compare-dvd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
movie-compare-dvd - Test whether a burn was successful
SYNOPSIS
movie-compare-dvd directory1_to_check directory2_to_check
DESCRIPTION
This program takes two directory names and compares all the files in the two directories
with each other. I personally use this program to compare the files on a freshly burnt
DVD with the originals, but the program can compare any two directories for differences.
The program takes into account that files might be named slightly differently in the
different directories. Currently, it takes into account that lowercase and uppercase
letters should be treated as being the same, and the underscore and minus signs are
treated equally.
DIAGNOSTICS
The program will report "The files are the same" if the directories are equal.
The program will report "The files are NOT the same" if the directories are not the same
and will report the differences in diff-style output. In this case, the program will exit
with a non-zero exit code.
EXAMPLE
The command line that I use most often is:
movie-compare-dvd dvd_buffer_directory /dvdmount
Use movie-compare-dvd online using onworks.net services