Thank you for this really great script!
Feature:
- It would be nice, if adding header / separator is optional - maybe for js only.
Security:
- "exit" function merge_files on error.
- if [ -z "$files" ] ... # error -> not empty file-list
- if [ -f $file ]; then merge else error "not a regular file"
Thank you for this really great script!
Feature:
Security: