External sort algorithm implementation. External sorting is a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted do not fit ...
python file_sort_executor.py plan.json # dry-run (default) python file_sort_executor.py plan.json --execute # actually move files python file_sort_executor.py plan.json --execute --delete # also ...