in reply to Perl script for concatenating multiple files in aspecific order listed in a txt file

$ xargs cat < list > outfile
by using perl

Well you could, but then that would be more work for you and slower besides. Is this an XY Problem?

  • Comment on Re: Perl script for concatenating multiple files in aspecific order listed in a txt file
  • Download Code

Replies are listed 'Best First'.
Re^2: Perl script for concatenating multiple files in aspecific order listed in a txt file
by Anonymous Monk on Aug 11, 2017 at 14:43 UTC
    Not OP, but perl scripts can be written in a way so as to be cross platform

        And if you run git-bash, most of that Unix-y goodness is also available. That's what I'm using right now to make Windows 7 bearable.

        Alex / talexb / Toronto

        Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.