in reply to Re^2: Perl script for concatenating multiple files in aspecific order listed in a txt file
in thread Perl script for concatenating multiple files in aspecific order listed in a txt file

xargs is available for Windows at http://gnuwin32.sourceforge.net/packages/findutils.htm

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

Replies are listed 'Best First'.
Re^4: Perl script for concatenating multiple files in aspecific order listed in a txt file
by talexb (Chancellor) on Aug 11, 2017 at 15:15 UTC

    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.

      ++ for git bash. Whenever I have to code on a Windows machine, I don't leave home without it.