/SetOpOnFileSystem

This is basically software to allow users to perform set operations like difference, intersection etc to be performed on directories in file system

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

#SetOpOnFileSystem

###Prerequisite: Python 2.7

###Running:

python main.py <op> <directory1> <directory2>

where operations or op would be:

  • -i for intersection
  • -u for union
  • -d for difference
  • -sd for symmetric difference