@aminzer/dir-diff-cli
TypeScript icon, indicating that this package has built-in type declarations

2.2.14 • Public • Published

Overview

Command line tool for recursive directory comparison.

Installation

npm install -g @aminzer/dir-diff-cli

Compare directories

dir-diff compare --source "d:/work" --target "e:/backups/work"
Arguments
  • --source (-s) - path to the source directory
  • --target (-t) - path to the target directory
  • --skip-source-only (-S) - source-only files/directories are not considered
  • --skip-target-only (-T) - target-only files/directories are not considered
  • --skip-different (-D) - different files are not considered
  • --skip-content-comparison (-C) - content comparison is skipped, files are compared by size only
  • --skip-excess-nested-iterations (-X) - children of source-only and target-only directories are not considered
  • --log-csv - directory difference is logged into csv file

Show help message

dir-diff help

Show version

dir-diff version

/@aminzer/dir-diff-cli/

    Package Sidebar

    Install

    npm i @aminzer/dir-diff-cli

    Weekly Downloads

    3

    Version

    2.2.14

    License

    MIT

    Unpacked Size

    52.8 kB

    Total Files

    81

    Last publish

    Collaborators

    • aminzer