Which 1.6

License: Free ‎File size: 178.18 KB
‎Users Rating: 3.4/5 - ‎41 ‎votes

Replaces a delimited chunk of text in a file with a delimited chunk of text in another file. You could think of it as copying part of a file. You use it like this: java -jar propagate.jar fromfile.txt tofile.txt '[start]' '[end]' You put the from file, to file, starting delimiter and ending delimiter on the command line. The from and to chunks need not be the same length. The fromfile is left unchanged. The program presumes both files are encoded with UTF-8. Java source code provided.

VERSION HISTORY

  • Version 1.6 posted on 2016-06-20
    support for Jet 11 mp3
  • Version 1.0 posted on 2012-01-09
    initial release

Program Details