Govind9 / SetOpOnFileSystem

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 68.4%Language:C++ 31.6%