PROGRESS Tools (Mirror site)
Allways check main site! http://progress-tools.x10.mx/
File Tractor

Description:
File Tractor is text processing utility, that can filter lines with various condition.

Features:
- Keep lines with Str inside    (Str: abc, Lines: xabcd -> keep, abdef -> delete)
- Keep lines from List inside    (List: abc, def, Lines: abcd -> keep, abdef -> keep, cdf -> delete)
- Keep lines beginning Str    (Str: abc, Lines: abcde -> keep, xabcde -> delete)
- Skip lines with Str inside    (Str: abc, Lines: xabcd -> delete, abdef -> keep)
- Skip lines from List inside    (List: abc, def, Lines: abcd -> delete, bdef -> delete, cdf -> keep)
- Skip lines beginning Str    (Str: abc, Lines: abcde -> delete, xabcde -> keep)
- Keep first N chars    (N: 4, Line abcdef -> abcd)
- Keep last N chars    (N: 4, Line abcdef -> cdef)
- Strip first N chars    (N: 4, Line: abcdef -> ef)
- Strip last N chars    (N: 4, Line: abcdef -> ab)
- Reverse lines    (Line: abc -> cba)
- Trim lines    (Lines: " abc " -> "abc")

Read more in Readme.txt !

Screen Shot:


Click here to download.
Current version 1.4 (13.09.2011)

What's new:
Fix: Files that contain 1A char was wrong processed (added check)
Add: Some enabled/disabled visualisation