File Tractor is text processing utility, that can filter/modify lines with various conditions. Support for command-line.
Features:
- Keep first N chars from lines
- Keep last N chars from lines
- Keep lines beginning with string
- Keep lines that contains string inside
- Keep lines that contains string from the list
- Skip lines beginning with string
- Skip lines that contains string
- Skip lines that contains string from the list
- Skip lines with length = N
- Skip lines with length > N
- Skip lines with length < N
- Strip first N chars from lines
- Strip last N chars from lines
- Replace all strings defined inside your list
- Reverse lines
- Trim lines
Read more in Readme.txt !
Screen:
What's new in this release:
Added:
- added new rule: Skip lines with length = N
- added new rule: Skip lines with length > N
- added new rule: Skip lines with length < N
Updated:
- changed action numbers (update your batch files if you have any)
Fixed:
- when you send to commandline only file path - wait for user action and don't start file processing