Tag: which

  • Which Reviews

    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…