Re: Combine Text Files

"Jim Hill [email protected] [sed-users]" <[email protected]> Wed, 18 May 2016 10:36:52 -0700
Newsgroups gmane.editors.sed.user
Message-ID <CAEE75_1nSzH=VgAbuG1HrdhTCqSu4kj7eO4oomrZPq55mDmoaw@mail.gmail.com>
    sort file*.txt | sed -E ':a; N; s/^([^;]*;)(.*)\n\1(.*)/\1\2;\3/; ta;
P;D'


[Non-text portions of this message have been removed]