Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lohanidamodar/mergedir
https://github.com/lohanidamodar/mergedir
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lohanidamodar/mergedir
- Owner: lohanidamodar
- Created: 2015-09-11T08:07:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T08:43:53.000Z (over 9 years ago)
- Last Synced: 2024-12-10T06:13:44.378Z (25 days ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mergedir
This is a simple python module for merging a directory and all of its sub directories.It is used to copy all the files in source directory plus
all the files in all of it's sub directory
to a single destination directory, hence merge directoriesIt checks the files while copying, if they are same it skips,
if they have same name but files are different it renames the file
and copies