Find unique lines in the first version of a script (comm)
comm -23 mistat_v3.py mistat_v4.py
Compares two versions of a script and prints lines that are unique to the first version, showing what was removed or changed.
comm -23 mistat_v3.py mistat_v4.py
Compares two versions of a script and prints lines that are unique to the first version, showing what was removed or changed.