Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foohyfooh/filesystem-diff
Check the difference in the files between two folders
https://github.com/foohyfooh/filesystem-diff
Last synced: 27 days ago
JSON representation
Check the difference in the files between two folders
- Host: GitHub
- URL: https://github.com/foohyfooh/filesystem-diff
- Owner: foohyfooh
- Created: 2016-01-17T00:52:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-12T20:32:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T20:43:34.348Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# FileSystem Diff
## Purpose
I made this script to check for my backup purposes. It can be used to check if a file is present in one location but not the next.## How To Use
node app.js <directory 1> <directory 2>