Tool Download

Chop-and-Behead

Chop head or tail off text files.

Tool Name:

Chop-and-Behead

Tool Version: 1.1

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:
Chop head or tail off text files before/after a text marker chop.jar [-q] -charset='UTF-8' -before='xxx' -after='yyy' [-s] files and dirs

Long Description 1:
Chop head or tail off text files. Looking for a marker then chopping either before or after the marker. chop.jar [-q] -charset='UTF-8' -before='xxx' -after='yyy' [-s] files and dirs

Long Description 2:
Chops the end ends off text files either before or after a marker string. The companion Behead utility chops the beginnings off files before or after a marker string. chop.jar [-q] -charset='UTF-8' -before='xxx' -after='yyy' [-s] files and dirs -q = quiet. Suppress progress messages. -charset= what character set the file is, uses platform default if you leave it out. -before= the string to look for in the file. The tail end of the file is chopped off starting just before this marker. The marker is case-sensitive. -after= the string to look for in the file. The tail end of the file is chopped off starting just after this marker. You must have either -before or -after but not both. The marker is case-sensitive. -s= also process subdirs, then a list of files and directories, multiples but no wildcards supported yet. Neither -before nor -after can be regexes. It is almost impossible to specify a regex on the command line without the command line processor messing it up. For details on possible encodings and how to tell which encoding a file is using, see 'encoding' in the Java glossary. behead.jar [-q] -charset='UTF-8' -before='xxx' -after='yyy' [-s] files and dirs What are these utilities for? I wrote them when a bug tacked on junk to my files. I wrote it to strip off the junk. It can be useful is screenscraping to peel footers or headers off the pages you download. Why the axe icon? It symbolises chopping the end off a file or beheading.