1.0.4 • Published 8 years ago

flatten-files v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

flatten-files

Flatten many files into one.

Synopsis

You have a certain type of files scaterred in an arbitrary folder structure. flatten-files will quickly scan the folder recursively and concatenate each file into one flat file.

Usage

Usage: flatten [options]

  Flattens many files into one

  Options:

    -h, --help                output usage information
    -V, --version             output the version number
    -s, --source [dir]        source directory to pull files recursively from
    -d, --destination [file]  destination file flattened
    -l, --list <items>        coma seperated list of file specs to exclude
    -p, --seperator [line]    seperator line (default: double linefeed)