Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 664 Bytes

lsConvert

Converts a list of files from a directory or a text file to a chosen format

usage: ./lsConv [-f | --file ] [-d | --directory ] [-r | --recursive] [-re | --regex] [-js | --json] [-o | --output ] [-h | --help]

-d, --directory converts files from selected folder, -d

-f, --file converts files listed in a file, -f (supports * wildcard)

-js, --json converts list to json format

-o, --output-file prints converted list to a file, -o

-r, --recursive with -d, list all files in sub-folders

-re, --regex converts list to regex

-h, --help display this help and exit

-v, --version output version information and exit