I have a question on the post above and the regular expression used:
sed "s/\(....\)-\(.......\)\([^-]*\)-\([^,]*\),\(.*\)/\1|\2|\3|\5|13Dec01|\4/"
The original input file: 1234-7654321 Characters - more chars,1234
In the example above, I am curious on the matching...
regexp...