Tool Download

Which

Replaces a delimited chunk of text in a file.

Tool Name:

Which

Tool Version: 1.6

Tool Type: Freeware

Tool Cost In: 0.00 US$

Tool Target Platform: Windows

Tool OS Support: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64

Limitations: No limitations

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
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.

Long Description 1:
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.

Long Description 2:
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.